/trunk/main/stoc/source/defaultregistry/ |
H A D | defaultregistry.cxx | 139 Mutex m_mutex; member in stoc_defreg::NestedRegistryImpl 1209 MutexGuard guard( m_mutex ); in createEnumeration() 1220 MutexGuard guard( m_mutex ); in hasElements() 1237 Guard< Mutex > aGuard( m_mutex ); in supportsService() 1257 Guard< Mutex > aGuard( m_mutex ); in initialize() 1272 Guard< Mutex > aGuard( m_mutex ); in getURL() 1297 Guard< Mutex > aGuard( m_mutex ); in isValid() 1315 Guard< Mutex > aGuard( m_mutex ); in close() 1346 Guard< Mutex > aGuard( m_mutex ); in getRootKey() 1374 Guard< Mutex > aGuard( m_mutex ); in isReadOnly() [all …]
|
/trunk/main/stoc/source/uriproc/ |
H A D | UriReference.cxx | 63 osl::MutexGuard g(m_mutex); in getUriReference() 88 osl::MutexGuard g(m_mutex); in getSchemeSpecificPart() 95 osl::MutexGuard g(m_mutex); in isHierarchical() 100 osl::MutexGuard g(m_mutex); in hasAuthority() 105 osl::MutexGuard g(m_mutex); in getAuthority() 110 osl::MutexGuard g(m_mutex); in getPath() 115 osl::MutexGuard g(m_mutex); in hasRelativePath() 122 osl::MutexGuard g(m_mutex); in getPathSegmentCount() 141 osl::MutexGuard g(m_mutex); in getPathSegment() 158 osl::MutexGuard g(m_mutex); in hasQuery() [all …]
|
/trunk/main/sal/osl/os2/ |
H A D | process_impl.cxx | 120 oslMutex m_mutex; member 139 osl_acquireMutex(g_command_args.m_mutex); in osl_getExecutableFile() 147 osl_releaseMutex(g_command_args.m_mutex); in osl_getExecutableFile() 159 osl_acquireMutex(g_command_args.m_mutex); in osl_getCommandArgCount() 163 osl_releaseMutex(g_command_args.m_mutex); in osl_getCommandArgCount() 175 osl_acquireMutex(g_command_args.m_mutex); in osl_getCommandArg() 182 osl_releaseMutex(g_command_args.m_mutex); in osl_getCommandArg() 193 osl_acquireMutex(g_command_args.m_mutex); in osl_setCommandArgs() 241 osl_releaseMutex(g_command_args.m_mutex); in osl_setCommandArgs() 381 oslMutex m_mutex; member [all …]
|
/trunk/main/sal/osl/unx/ |
H A D | process_impl.cxx | 164 pthread_mutex_t m_mutex; member 183 pthread_mutex_lock (&(g_command_args.m_mutex)); in osl_getExecutableFile() 191 pthread_mutex_unlock (&(g_command_args.m_mutex)); in osl_getExecutableFile() 203 pthread_mutex_lock (&(g_command_args.m_mutex)); in osl_getCommandArgCount() 207 pthread_mutex_unlock (&(g_command_args.m_mutex)); in osl_getCommandArgCount() 219 pthread_mutex_lock (&(g_command_args.m_mutex)); in osl_getCommandArg() 226 pthread_mutex_unlock (&(g_command_args.m_mutex)); in osl_getCommandArg() 237 pthread_mutex_lock (&(g_command_args.m_mutex)); in osl_setCommandArgs() 285 pthread_mutex_unlock (&(g_command_args.m_mutex)); in osl_setCommandArgs() 464 pthread_mutex_t m_mutex; member [all …]
|
H A D | file.cxx | 71 pthread_mutex_t m_mutex; member 172 pthread_mutex_t * m_mutex; member in FileHandle_Impl::Guard 222 : m_mutex (pMutex) in Guard() 230 (void) pthread_mutex_unlock (m_mutex); in ~Guard() 245 (void) pthread_mutex_init(&m_mutex, 0); in FileHandle_Impl() 972 (void) pthread_mutex_lock (&(pImpl->m_mutex)); in osl_closeFile() 988 (void) pthread_mutex_unlock (&(pImpl->m_mutex)); in osl_closeFile() 1004 FileHandle_Impl::Guard lock (&(pImpl->m_mutex)); in osl_syncFile() 1138 FileHandle_Impl::Guard lock (&(pImpl->m_mutex)); in osl_readLine() 1167 FileHandle_Impl::Guard lock (&(pImpl->m_mutex)); in osl_readFile() [all …]
|
/trunk/main/io/source/stm/ |
H A D | omark.cxx | 151 Mutex m_mutex; member in io_stm::OMarkableOutputStream 181 MutexGuard guard( m_mutex ); in writeBytes() 230 MutexGuard guard( m_mutex ); in closeOutput() 256 MutexGuard guard( m_mutex ); in createMark() 270 MutexGuard guard( m_mutex ); in deleteMark() 291 MutexGuard guard( m_mutex ); in jumpToMark() 310 MutexGuard guard( m_mutex ); in jumpToFurthest() 321 MutexGuard guard( m_mutex ); in offsetToMark() 575 Mutex m_mutex; member in io_stm::OMarkableInputStream 784 MutexGuard guard( m_mutex ); in createMark() [all …]
|
/trunk/main/cppu/source/threadpool/ |
H A D | jobqueue.cxx | 52 MutexGuard guard( m_mutex ); in add() 67 MutexGuard guard( m_mutex ); in enter() 80 MutexGuard guard( m_mutex ); in enter() 92 MutexGuard guard( m_mutex ); in enter() 131 MutexGuard guard( m_mutex ); in enter() 140 MutexGuard guard( m_mutex ); in dispose() 160 MutexGuard guard( m_mutex ); in suspend() 166 MutexGuard guard( m_mutex ); in resume() 176 MutexGuard guard( m_mutex ); in isEmpty() 182 MutexGuard guard( m_mutex ); in isCallstackEmpty()
|
H A D | threadpool.cxx | 69 MutexGuard guard( m_mutex ); in dispose() 75 MutexGuard guard( m_mutex ); in stopDisposing() 90 MutexGuard guard( m_mutex ); in isDisposed() 141 MutexGuard guard( m_mutex ); in dispose() 246 MutexGuard guard( m_mutex ); in revokeQueue() 295 MutexGuard guard( m_mutex ); in addJob() 340 MutexGuard guard( m_mutex ); in prepare() 359 MutexGuard guard( m_mutex ); in enter()
|
/trunk/main/sal/osl/w32/ |
H A D | file.cxx | 65 CRITICAL_SECTION m_mutex; member 164 LPCRITICAL_SECTION m_mutex; member in FileHandle_Impl::Guard 208 : m_mutex (pMutex) in Guard() 211 ::EnterCriticalSection (m_mutex); in Guard() 216 ::LeaveCriticalSection (m_mutex); in ~Guard() 230 ::InitializeCriticalSection (&m_mutex); in FileHandle_Impl() 239 ::DeleteCriticalSection (&m_mutex); in ~FileHandle_Impl() 753 FileHandle_Impl::Guard lock (&(pImpl->m_mutex)); in osl_syncFile() 773 ::EnterCriticalSection (&(pImpl->m_mutex)); in osl_closeFile() 787 ::LeaveCriticalSection (&(pImpl->m_mutex)); in osl_closeFile() [all …]
|
/trunk/main/stoc/source/servicemanager/ |
H A D | servicemanager.cxx | 519 Mutex m_mutex; member 922 MutexGuard aGuard( m_mutex); in onUnloadingNotify() 1179 MutexGuard aGuard( m_mutex ); in getFactoryListener() 1190 MutexGuard aGuard( m_mutex ); in getUniqueAvailableServiceNames() 1469 MutexGuard aGuard( m_mutex ); in createEnumeration() 1486 MutexGuard aGuard( m_mutex ); in hasElements() 1527 MutexGuard aGuard( m_mutex ); in insert() 1611 MutexGuard aGuard( m_mutex ); in remove() 1745 MutexGuard aGuard( m_mutex ); in dispose() 1882 MutexGuard aGuard( m_mutex ); in initialize() [all …]
|
/trunk/main/desktop/source/deployment/gui/ |
H A D | dp_gui_extensioncmdqueue.cxx | 274 osl::Mutex m_mutex; member in dp_gui::ExtensionCmdQueue::Thread 587 ::osl::MutexGuard aGuard( m_mutex ); in addExtension() 606 ::osl::MutexGuard aGuard( m_mutex ); in removeExtension() 625 ::osl::MutexGuard aGuard( m_mutex ); in acceptLicense() 645 ::osl::MutexGuard aGuard( m_mutex ); in enableExtension() 666 ::osl::MutexGuard aGuard( m_mutex ); in checkForUpdates() 682 osl::MutexGuard aGuard( m_mutex ); in stop() 691 osl::MutexGuard aGuard( m_mutex ); in isBusy() 719 osl::MutexGuard aGuard( m_mutex ); in execute() 846 osl::MutexGuard aGuard( m_mutex ); in execute() [all …]
|
/trunk/main/stoc/test/excomp/ |
H A D | excomp2.cxx | 88 Mutex m_mutex; member in excomp2_impl::ExampleComponent2Impl 125 MutexGuard aGuard( m_mutex ); in getTypes() 147 MutexGuard aGuard( m_mutex ); in getImplementationId() 161 Guard< Mutex > aGuard( m_mutex ); in getImplementationName() 169 Guard< Mutex > aGuard( m_mutex ); in supportsService() 182 Guard< Mutex > aGuard( m_mutex ); in getSupportedServiceNames() 196 Guard< Mutex > aGuard( m_mutex ); in getMessage()
|
H A D | excomp1.cxx | 71 Mutex m_mutex; member in excomp_impl::ExampleComponent1Impl 91 Guard< Mutex > aGuard( m_mutex ); in getImplementationName() 99 Guard< Mutex > aGuard( m_mutex ); in supportsService() 112 Guard< Mutex > aGuard( m_mutex ); in getSupportedServiceNames() 126 Guard< Mutex > aGuard( m_mutex ); in getMessage()
|
/trunk/main/registry/source/ |
H A D | keyimpl.cxx | 251 REG_GUARD(m_pRegistry->m_mutex); in getValueInfo() 322 REG_GUARD(m_pRegistry->m_mutex); in setValue() 392 REG_GUARD(m_pRegistry->m_mutex); in setLongListValue() 451 REG_GUARD(m_pRegistry->m_mutex); in setStringListValue() 519 REG_GUARD(m_pRegistry->m_mutex); in setUnicodeListValue() 590 REG_GUARD(m_pRegistry->m_mutex); in getValue() 683 REG_GUARD(m_pRegistry->m_mutex); in getLongListValue() 780 REG_GUARD(m_pRegistry->m_mutex); in getStringListValue() 886 REG_GUARD(m_pRegistry->m_mutex); in getUnicodeListValue() 980 REG_GUARD(m_pRegistry->m_mutex); in getKeyType() [all …]
|
H A D | regimpl.cxx | 529 REG_GUARD(m_mutex); in closeRegistry() 549 REG_GUARD(m_mutex); in destroyRegistry() 615 REG_GUARD(m_mutex); in acquireKey() 630 REG_GUARD(m_mutex); in releaseKey() 652 REG_GUARD(m_mutex); in createKey() 715 REG_GUARD(m_mutex); in openKey() 756 REG_GUARD(m_mutex); in closeKey() 792 REG_GUARD(m_mutex); in deleteKey() 921 REG_GUARD(m_mutex); in loadKey() 969 REG_GUARD(m_mutex); in saveKey()
|
/trunk/main/cppuhelper/source/ |
H A D | component_context.cxx | 339 Mutex m_mutex; member 423 MutexGuard guard( m_mutex ); in insertByName() 437 MutexGuard guard( m_mutex ); in removeByName() 455 MutexGuard guard( m_mutex ); in replaceByName() 487 MutexGuard guard( m_mutex ); in getElementNames() 502 MutexGuard guard( m_mutex ); in hasByName() 516 MutexGuard guard( m_mutex ); in hasElements() 544 ResettableMutexGuard guard( m_mutex ); in lookupMap() 711 MutexGuard guard( m_mutex ); in disposing() 764 m_mutex ), in ComponentContext()
|
/trunk/main/scripting/source/provider/ |
H A D | ActiveMSPList.cxx | 137 ::osl::MutexGuard guard( m_mutex ); in getMSPFromInvocationContext() 177 ::osl::MutexGuard guard( m_mutex ); in getMSPFromStringContext() 192 ::osl::MutexGuard guard( m_mutex ); in getMSPFromStringContext() 230 ::osl::MutexGuard guard( m_mutex ); in addActiveMSP() 263 ::osl::MutexGuard guard( m_mutex ); in disposing() 288 ::osl::MutexGuard guard( m_mutex ); in createNonDocMSPs()
|
/trunk/main/drawinglayer/source/geometry/ |
H A D | viewinformation2d.cxx | 337 ::osl::Mutex m_mutex; in getDiscreteViewport() 351 ::osl::Mutex m_mutex; in getObjectToViewTransformation() 365 ::osl::Mutex m_mutex; in getInverseObjectToViewTransformation() 473 ::osl::Mutex m_mutex; in ViewInformation2D() 479 ::osl::Mutex m_mutex; in ~ViewInformation2D() 498 ::osl::Mutex m_mutex; in operator =()
|
H A D | viewinformation3d.cxx | 407 ::osl::Mutex m_mutex; in getObjectToView() 419 ::osl::Mutex m_mutex; in getViewInformationSequence() 495 ::osl::Mutex m_mutex; in ViewInformation3D() 501 ::osl::Mutex m_mutex; in ~ViewInformation3D() 520 ::osl::Mutex m_mutex; in operator =()
|
/trunk/main/stoc/source/security/ |
H A D | access_controller.cxx | 396 Mutex m_mutex; member 475 : t_helper( m_mutex ) in AccessController() 584 MutexGuard guard( m_mutex ); in getPolicy() 677 MutexGuard guard( m_mutex ); in checkAndClearPostPoned() 736 MutexGuard guard( m_mutex ); in getEffectivePermissions() 782 MutexGuard guard( m_mutex ); in getEffectivePermissions() 804 MutexGuard guard( m_mutex ); in getEffectivePermissions() 831 MutexGuard guard( m_mutex ); in getEffectivePermissions()
|
H A D | file_policy.cxx | 84 Mutex m_mutex; member 130 : t_helper( m_mutex ) in FilePolicy() 162 MutexGuard guard( m_mutex ); in getPermissions() 183 MutexGuard guard( m_mutex ); in getDefaultPermissions() 547 MutexGuard guard( m_mutex ); in refresh()
|
/trunk/main/scripting/source/storage/ |
H A D | ScriptMetadataImporter.cxx | 72 ::osl::Guard< ::osl::Mutex > aGuard( m_mutex ); in parseMetaData() 200 ::osl::Guard< ::osl::Mutex > aGuard( m_mutex ); in startElement() 331 ::osl::Guard< ::osl::Mutex > aGuard( m_mutex ); in endElement() 388 ::osl::Guard< ::osl::Mutex > aGuard( m_mutex ); in characters() 439 ::osl::Guard< ::osl::Mutex > aGuard( m_mutex ); in setState()
|
H A D | ScriptStorage.cxx | 165 ::osl::Guard< osl::Mutex > aGuard( m_mutex ); in initialize() 252 ::osl::Guard< osl::Mutex > aGuard( m_mutex ); in create() 526 ::osl::Guard< osl::Mutex > aGuard( m_mutex ); in save() 624 ::osl::Guard< ::osl::Mutex > aGuard( m_mutex ); in refresh() 712 ::osl::Guard< osl::Mutex > aGuard( m_mutex ); in getImplementations() 777 ::osl::Guard< osl::Mutex > aGuard( m_mutex ); in getAllImplementations()
|
/trunk/main/io/source/acceptor/ |
H A D | acceptor.cxx | 78 Mutex m_mutex; member in io_acceptor::OAcceptor 177 MutexGuard g( m_mutex ); in accept() 214 MutexGuard g( m_mutex ); in accept() 270 MutexGuard guard( m_mutex ); in stopAccepting()
|
/trunk/main/cppuhelper/qa/propertysetmixin/ |
H A D | comp_propertysetmixin.cxx | 256 osl::Mutex m_mutex; member in __anon312cc8200111::Full 280 osl::MutexGuard g(m_mutex); in getFirst() 288 osl::MutexGuard g(m_mutex); in setFirst() 297 osl::MutexGuard g(m_mutex); in getSecond() 318 osl::MutexGuard g(m_mutex); in setSecond()
|