/aoo42x/main/cppu/source/threadpool/ |
H A D | jobqueue.cxx | 52 MutexGuard guard( m_mutex ); in add() local 67 MutexGuard guard( m_mutex ); in enter() local 80 MutexGuard guard( m_mutex ); in enter() local 92 MutexGuard guard( m_mutex ); in enter() local 131 MutexGuard guard( m_mutex ); in enter() local 140 MutexGuard guard( m_mutex ); in dispose() local 160 MutexGuard guard( m_mutex ); in suspend() local 166 MutexGuard guard( m_mutex ); in resume() local 176 MutexGuard guard( m_mutex ); in isEmpty() local 182 MutexGuard guard( m_mutex ); in isCallstackEmpty() local
|
H A D | threadpool.cxx | 69 MutexGuard guard( m_mutex ); in dispose() local 75 MutexGuard guard( m_mutex ); in stopDisposing() local 90 MutexGuard guard( m_mutex ); in isDisposed() local 141 MutexGuard guard( m_mutex ); in dispose() local 188 MutexGuard guard( m_mutexWaitingThreadList ); in waitInPool() local 246 MutexGuard guard( m_mutex ); in revokeQueue() local 295 MutexGuard guard( m_mutex ); in addJob() local 340 MutexGuard guard( m_mutex ); in prepare() local 359 MutexGuard guard( m_mutex ); in enter() local 415 MutexGuard guard( Mutex::getGlobalMutex() ); in uno_threadpool_create() local [all …]
|
/aoo42x/main/stoc/source/simpleregistry/ |
H A D | simpleregistry.cxx | 264 osl::MutexGuard guard(registry_->mutex_); in getKeyName() local 271 osl::MutexGuard guard(registry_->mutex_); in isReadOnly() local 276 osl::MutexGuard guard(registry_->mutex_); in isValid() local 1130 osl::MutexGuard guard(mutex_); in getURL() local 1138 osl::MutexGuard guard(mutex_); in open() local 1180 osl::MutexGuard guard(mutex_); in isValid() local 1187 osl::MutexGuard guard(mutex_); in close() local 1207 osl::MutexGuard guard(mutex_); in destroy() local 1227 osl::MutexGuard guard(mutex_); in getRootKey() local 1248 osl::MutexGuard guard(mutex_); in isReadOnly() local [all …]
|
/aoo42x/main/basegfx/source/tools/ |
H A D | unopolypolygon.cxx | 63 osl::MutexGuard const guard( m_aMutex ); in addPolyPolygon() local 143 osl::MutexGuard const guard( m_aMutex ); in getNumberOfPolygons() local 150 osl::MutexGuard const guard( m_aMutex ); in getNumberOfPolygonPoints() local 158 osl::MutexGuard const guard( m_aMutex ); in getFillRule() local 165 osl::MutexGuard const guard( m_aMutex ); in setFillRule() local 174 osl::MutexGuard const guard( m_aMutex ); in isClosed() local 184 osl::MutexGuard const guard( m_aMutex ); in setClosed() local 211 osl::MutexGuard const guard( m_aMutex ); in getPoints() local 224 osl::MutexGuard const guard( m_aMutex ); in setPoints() local 246 osl::MutexGuard const guard( m_aMutex ); in getPoint() local [all …]
|
/aoo42x/main/sdext/source/pdfimport/misc/ |
H A D | pwdinteract.cxx | 70 bool isSelected() const { osl::MutexGuard const guard( m_aMutex ); return m_bSelected; } in isSelected() local 88 osl::MutexGuard const guard( m_aMutex ); in getRequest() local 97 osl::MutexGuard const guard( m_aMutex ); in getContinuations() local 106 osl::MutexGuard const guard( m_aMutex ); in setPassword() local 113 osl::MutexGuard const guard( m_aMutex ); in getPassword() local 120 osl::MutexGuard const guard( m_aMutex ); in select() local
|
/aoo42x/main/io/source/stm/ |
H A D | omark.cxx | 181 MutexGuard guard( m_mutex ); in writeBytes() local 230 MutexGuard guard( m_mutex ); in closeOutput() local 256 MutexGuard guard( m_mutex ); in createMark() local 270 MutexGuard guard( m_mutex ); in deleteMark() local 291 MutexGuard guard( m_mutex ); in jumpToMark() local 310 MutexGuard guard( m_mutex ); in jumpToFurthest() local 321 MutexGuard guard( m_mutex ); in offsetToMark() local 784 MutexGuard guard( m_mutex ); in createMark() local 795 MutexGuard guard( m_mutex ); in deleteMark() local 816 MutexGuard guard( m_mutex ); in jumpToMark() local [all …]
|
H A D | opipe.cxx | 170 MutexGuard guard( m_mutexAccess ); in readBytes() local 209 MutexGuard guard( m_mutexAccess ); in readSomeBytes() local 241 MutexGuard guard( m_mutexAccess ); in skipBytes() local 269 MutexGuard guard( m_mutexAccess ); in available() local 284 MutexGuard guard( m_mutexAccess ); in closeInput() local 304 MutexGuard guard( m_mutexAccess ); in writeBytes() local 379 MutexGuard guard( m_mutexAccess ); in closeOutput() local
|
/aoo42x/main/sal/rtl/source/ |
H A D | unload.cxx | 111 MutexGuard guard( osl::Mutex::getGlobalMutex() ); in getUnloadingMutex() local 134 MutexGuard guard( getUnloadingMutex()); in rtl_moduleCount_release() local 168 MutexGuard guard( getUnloadingMutex() ); in getModuleMap() local 182 MutexGuard guard( getUnloadingMutex()); in rtl_moduleCount_canUnload() local 194 MutexGuard guard( getUnloadingMutex()); in rtl_registerModuleForUnloading() local 225 MutexGuard guard( getUnloadingMutex()); in rtl_unregisterModuleForUnloading() local 242 MutexGuard guard( getUnloadingMutex()); in rtl_unloadUnusedModules() local 316 MutexGuard guard( getUnloadingMutex() ); in getListenerMap() local 340 MutexGuard guard( getUnloadingMutex() ); in getCookieQueue() local 378 MutexGuard guard( getUnloadingMutex()); in rtl_addUnloadingListener() local [all …]
|
H A D | logfile.cxx | 95 MutexGuard guard( Mutex::getGlobalMutex() ); in getLogMutex() local 124 MutexGuard guard( getLogMutex() ); in init() local 205 MutexGuard guard( getLogMutex() ); in rtl_logfile_trace() local
|
/aoo42x/main/slideshow/source/engine/ |
H A D | slideshowimpl.cxx | 659 osl::MutexGuard const guard( m_aMutex ); in disposing() local 1101 osl::MutexGuard const guard( m_aMutex ); in displaySlide() local 1228 osl::MutexGuard const guard( m_aMutex ); in redisplayCurrentSlide() local 1258 osl::MutexGuard const guard( m_aMutex ); in nextEffect() local 1275 osl::MutexGuard const guard( m_aMutex ); in previousEffect() local 1320 osl::MutexGuard const guard( m_aMutex ); in startShapeActivity() local 1334 osl::MutexGuard const guard( m_aMutex ); in stopShapeActivity() local 1347 osl::MutexGuard const guard( m_aMutex ); in pause() local 1370 osl::MutexGuard const guard( m_aMutex ); in getCurrentSlide() local 1388 osl::MutexGuard const guard( m_aMutex ); in addView() local [all …]
|
/aoo42x/main/stoc/source/registry_tdprovider/ |
H A D | tdsingleton.cxx | 38 MutexGuard guard(getMutex()); in init() local 55 MutexGuard guard(getMutex()); in init() local
|
H A D | tdservice.cxx | 232 MutexGuard guard(getMutex()); in getProperties() local 308 MutexGuard guard(getMutex()); in getProperties() local 331 MutexGuard guard(getMutex()); in getConstructors() local 369 MutexGuard guard(getMutex()); in getReferences() local 417 MutexGuard guard(getMutex()); in getReferences() local 549 MutexGuard guard(getMutex()); in getReferences() local
|
H A D | functiondescription.cxx | 65 osl::MutexGuard guard(m_mutex); in getExceptions() local 100 osl::MutexGuard guard(m_mutex); in getExceptions() local
|
/aoo42x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_theextmgr.cxx | 125 const ::vos::OGuard guard( Application::GetSolarMutex() ); in createDialog() local 150 const ::vos::OGuard guard( Application::GetSolarMutex() ); in Show() local 158 const ::vos::OGuard guard( Application::GetSolarMutex() ); in SetText() local 166 const ::vos::OGuard guard( Application::GetSolarMutex() ); in ToTop() local 277 const ::vos::OGuard guard( Application::GetSolarMutex() ); in terminateDialog() local 444 const ::vos::OGuard guard( Application::GetSolarMutex() ); in disposing() local 513 const ::vos::OGuard guard( Application::GetSolarMutex() ); in get() local
|
H A D | dp_gui_service.cxx | 207 const ::vos::OGuard guard( Application::GetSolarMutex() ); in setDialogTitle() local 235 const vos::OGuard guard( Application::GetSolarMutex() ); in startExecuteModal() local 279 const ::vos::OGuard guard( Application::GetSolarMutex() ); in startExecuteModal() local
|
/aoo42x/main/jvmfwk/source/ |
H A D | framework.cxx | 67 osl::MutexGuard guard(jfw::FwkMutex::get()); in jfw_findAllJREs() local 674 osl::MutexGuard guard(jfw::FwkMutex::get()); in jfw_getSelectedJRE() local 741 osl::MutexGuard guard(jfw::FwkMutex::get()); in jfw_getJavaInfoByPath() local 858 osl::MutexGuard guard(jfw::FwkMutex::get()); in jfw_setSelectedJRE() local 889 osl::MutexGuard guard(jfw::FwkMutex::get()); in jfw_setEnabled() local 947 osl::MutexGuard guard(jfw::FwkMutex::get()); in jfw_setVMParameters() local 972 osl::MutexGuard guard(jfw::FwkMutex::get()); in jfw_getVMParameters() local 995 osl::MutexGuard guard(jfw::FwkMutex::get()); in jfw_setUserClassPath() local 1018 osl::MutexGuard guard(jfw::FwkMutex::get()); in jfw_getUserClassPath() local 1041 osl::MutexGuard guard(jfw::FwkMutex::get()); in jfw_addJRELocation() local [all …]
|
/aoo42x/main/cppuhelper/source/ |
H A D | component_context.cxx | 423 MutexGuard guard( m_mutex ); in insertByName() local 437 MutexGuard guard( m_mutex ); in removeByName() local 455 MutexGuard guard( m_mutex ); in replaceByName() local 487 MutexGuard guard( m_mutex ); in getElementNames() local 502 MutexGuard guard( m_mutex ); in hasByName() local 516 MutexGuard guard( m_mutex ); in hasElements() local 544 ResettableMutexGuard guard( m_mutex ); in lookupMap() local 711 MutexGuard guard( m_mutex ); in disposing() local
|
/aoo42x/main/stoc/source/javaloader/ |
H A D | javaloader.cxx | 87 MutexGuard guard( Mutex::getGlobalMutex() ); in loader_getSupportedServiceNames() local 106 MutexGuard guard( Mutex::getGlobalMutex() ); in loader_getImplementationName() local 407 MutexGuard guard( Mutex::getGlobalMutex() ); in getInitMutex() local 422 MutexGuard guard( getInitMutex() ); in JavaComponentLoader_CreateInstance() local
|
/aoo42x/main/pyuno/source/module/ |
H A D | pyuno_adapter.cxx | 210 PyThreadAttach guard( mInterpreter ); in invoke() local 374 PyThreadAttach guard( mInterpreter ); in setValue() local 395 PyThreadAttach guard( mInterpreter ); in getValue() local 425 PyThreadAttach guard( mInterpreter ); in hasProperty() local
|
/aoo42x/main/io/source/acceptor/ |
H A D | acc_pipe.cxx | 181 MutexGuard guard( m_mutex ); in accept() local 217 MutexGuard guard( m_mutex ); in stopAccepting() local
|
H A D | acceptor.cxx | 142 struct BeingInAccept guard( &m_bInAccept, sConnectionDescription ); in accept() local 270 MutexGuard guard( m_mutex ); in stopAccepting() local 302 MutexGuard guard( Mutex::getGlobalMutex() ); in acceptor_getSupportedServiceNames() local
|
/aoo42x/main/configmgr/source/ |
H A D | configurationprovider.cxx | 273 osl::MutexGuard guard(lock); in createInstanceWithArguments() local 354 osl::MutexGuard guard(lock); in setLocale() local 360 osl::MutexGuard guard(lock); in getLocale() local 384 osl::MutexGuard guard(lock); in flushModifications() local
|
H A D | defaultprovider.cxx | 50 osl::MutexGuard guard(lock); in create() local
|
/aoo42x/main/cppu/source/AffineBridge/ |
H A D | AffineBridge.cxx | 129 osl::MutexGuard guard(m_pAffineBridge->m_outerMutex); in run() local 247 osl::MutexGuard guard(m_outerMutex); // only one thread at a time can call into in v_callInto_v() local 277 osl::MutexGuard guard(m_innerMutex); in v_callOut_v() local
|
/aoo42x/main/stoc/source/security/ |
H A D | access_controller.cxx | 584 MutexGuard guard( m_mutex ); in getPolicy() local 677 MutexGuard guard( m_mutex ); in checkAndClearPostPoned() local 736 MutexGuard guard( m_mutex ); in getEffectivePermissions() local 782 MutexGuard guard( m_mutex ); in getEffectivePermissions() local 804 MutexGuard guard( m_mutex ); in getEffectivePermissions() local 831 MutexGuard guard( m_mutex ); in getEffectivePermissions() local
|