Home
last modified time | relevance | path

Searched refs:guard (Results 126 – 150 of 180) sorted by last modified time

12345678

/trunk/main/desktop/source/deployment/manager/
H A Ddp_managerfac.cxx121 ::osl::MutexGuard guard( getMutex() ); in check()
134 ::osl::MutexGuard guard( getMutex() ); in disposing()
155 ::osl::ResettableMutexGuard guard( getMutex() ); in getPackageManager()
164 guard.clear(); in getPackageManager()
166 guard.reset(); in getPackageManager()
190 guard.clear(); in getPackageManager()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx101 const ::vos::OGuard guard( Application::GetSolarMutex() ); in operator ()() local
569 const ::vos::OGuard guard( Application::GetSolarMutex() ); in getResId() local
578 const ::vos::OGuard guard( Application::GetSolarMutex() ); in getResourceString() local
603 const ::vos::OGuard guard( Application::GetSolarMutex() ); in continueOnSharedExtension() local
637 const ::vos::OGuard guard( Application::GetSolarMutex() ); in openWebBrowser() local
647 const ::vos::OGuard guard( Application::GetSolarMutex() ); in installExtensionWarn() local
660 const ::vos::OGuard guard( Application::GetSolarMutex() ); in installForAllUsers() local
790 const ::vos::OGuard guard( Application::GetSolarMutex() ); in checkEntries() local
797 const ::vos::OGuard guard( Application::GetSolarMutex() ); in removeExtensionWarn() local
1348 const ::vos::OGuard guard( Application::GetSolarMutex() ); in checkEntries() local
H A Ddp_gui_extensioncmdqueue.cxx415 vos::OGuard guard(Application::GetSolarMutex()); in handle() local
454 vos::OGuard guard(Application::GetSolarMutex()); in handle() local
465 vos::OGuard guard( Application::GetSolarMutex() ); in handle() local
830 const ::vos::OGuard guard( Application::GetSolarMutex() ); in execute() local
944 const ::vos::OGuard guard( Application::GetSolarMutex() ); in _checkForUpdates() local
H A Ddp_gui_extlistbox.cxx478 ::osl::ClearableMutexGuard guard(m_entriesMutex); in selectEntry()
510 guard.clear(); in selectEntry()
1021 ::osl::ClearableMutexGuard guard(m_entriesMutex); in addEntry()
1053 guard.clear(); in addEntry()
1192 ::osl::ClearableMutexGuard guard(m_entriesMutex); in checkEntries()
1224 guard.clear(); in checkEntries()
H A Ddp_gui_service.cxx207 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
H A Ddp_gui_handleversionexception.cxx86 vos::OGuard guard(Application::GetSolarMutex()); in handleVersionException() local
H A Ddp_gui_theextmgr.cxx125 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
/trunk/main/cppuhelper/test/
H A Dtestpropshlp.cxx62 MutexGuard guard( Mutex::getGlobalMutex() ); in getPropertyTable1() local
91 MutexGuard guard( ::osl::Mutex::getGlobalMutex() ); in getPropertyTable2() local
119 MutexGuard guard( ::osl::Mutex::getGlobalMutex() ); in getPropertyTable3() local
142 MutexGuard guard( ::osl::Mutex::getGlobalMutex() ); in getPropertyTable4() local
417 MutexGuard guard( ::osl::Mutex::getGlobalMutex() ); in getBasicProps() local
/trunk/main/cppuhelper/source/
H A Dmacro_expander.cxx77 MutexGuard guard( Mutex::getGlobalMutex() ); in s_get_service_names() local
H A Dstdidlclass.cxx142 ::osl::MutexGuard guard( ::osl::Mutex::getGlobalMutex() ); in get_corefl()
H A Dbootstrap.cxx90 MutexGuard guard( Mutex::getGlobalMutex() ); in get_this_libpath() local
106 ClearableMutexGuard guard( Mutex::getGlobalMutex() ); in get_unorc() local
109 guard.clear(); in get_unorc()
H A Dcomponent_context.cxx423 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
555 guard.clear(); in lookupMap()
630 guard.reset(); in lookupMap()
644 guard.clear(); in lookupMap()
[all …]
H A Dexc_thrower.cxx192 MutexGuard guard( Mutex::getGlobalMutex() ); in get() local
H A Dimplbase_ex.cxx95 MutexGuard guard( getImplHelperInitMutex() ); in __getTypeEntries() local
288 MutexGuard guard( getImplHelperInitMutex() ); in ImplHelper_getImplementationId() local
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h466 ::osl::MutexGuard guard( rMutex ); in addListener()
481 ::osl::MutexGuard guard( rMutex ); in removeListener()
/trunk/main/cppu/source/uno/
H A DEnvStack.cxx76 osl::MutexGuard guard(s_threadMap_mutex); in s_setCurrent() local
93 osl::MutexGuard guard(s_threadMap_mutex); in s_getCurrent() local
H A Dlbenv.cxx289 guard.clear(); in defenv_registerInterface()
347 guard.clear(); in defenv_registerProxyInterface()
386 guard.clear(); in s_stub_defenv_revokeInterface()
440 guard.clear(); in s_stub_defenv_revokeInterface()
474 guard.clear(); in defenv_getObjectIdentifier()
500 ::osl::MutexGuard guard( that->mutex ); in defenv_getRegisteredInterface()
523 ::osl::MutexGuard guard( that->mutex ); in defenv_getRegisteredInterfaces()
604 ::osl::MutexGuard guard( rData.mutex ); in defenv_harden()
742 ::osl::MutexGuard guard( that->mutex ); in uno_dumpEnvironment()
920 ::osl::MutexGuard guard( mutex ); in ~EnvironmentsData()
[all …]
/trunk/main/cppu/source/AffineBridge/
H A DAffineBridge.cxx129 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
/trunk/main/cppu/source/threadpool/
H A Djobqueue.cxx52 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 Dthreadpool.cxx69 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 …]
/trunk/main/configmgr/source/
H A Dconfigurationprovider.cxx273 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 Ddefaultprovider.cxx50 osl::MutexGuard guard(lock); in create() local
/trunk/main/codemaker/test/cppumaker/
H A Dtest_codemaker_cppumaker.cxx396 Guard guard(buffer.get()); in TEST() local
397 ASSERT_EQ(guard.p->m1, sal_False); in TEST()
398 ASSERT_EQ(guard.p->m2, static_cast< sal_Int8 >(0)); in TEST()
399 ASSERT_EQ(guard.p->m3, static_cast< sal_Int16 >(0)); in TEST()
401 ASSERT_EQ(guard.p->m5, static_cast< sal_Int32 >(0)); in TEST()
405 ASSERT_EQ(guard.p->m9, 0.0f); in TEST()
406 ASSERT_EQ(guard.p->m10, 0.0); in TEST()
411 ASSERT_EQ(guard.p->m14.hasValue(), sal_False); in TEST()
415 ASSERT_EQ(guard.p->m17.m1, sal_False); in TEST()
416 ASSERT_EQ(guard.p->m17.m2.is(), sal_False); in TEST()
[all …]
/trunk/main/canvas/source/factory/
H A Dcf_service.cxx325 ::osl::MutexGuard guard(m_mutex); in lookupAndUse()
/trunk/main/bridges/test/performance/
H A Dtestperformance.cxx124 MutexGuard guard( mutex ); in main() local

Completed in 433 milliseconds

12345678