Home
last modified time | relevance | path

Searched refs:aMutex (Results 1 – 25 of 91) sorted by relevance

1234

/aoo41x/main/sal/qa/osl/mutex/
H A Dosl_Mutex.cxx392 Mutex aMutex; in acquire_001() local
417 Mutex aMutex; in acquire_002() local
448 Mutex aMutex; in tryToAcquire_001() local
486 Mutex aMutex; in release_001() local
513 Mutex aMutex; in release_002()
623 Mutex aMutex; in ctor_001() local
641 Mutex aMutex; in ctor_002() local
714 Mutex aMutex; in ctor_001() local
728 Mutex aMutex; in ctor_002() local
751 Mutex aMutex; in clear_001() local
[all …]
/aoo41x/main/cppuhelper/source/
H A Dfactory.cxx281 Mutex aMutex; member
298 : OComponentHelper( aMutex ) in OFactoryComponentHelper()
316 : OComponentHelper( aMutex ) in OFactoryComponentHelper()
331 : OComponentHelper( aMutex ) in OFactoryComponentHelper()
451 MutexGuard aGuard( aMutex ); in createInstance()
468 MutexGuard aGuard( aMutex ); in createInstanceWithArguments()
488 MutexGuard aGuard( aMutex ); in createInstanceWithContext()
527 MutexGuard aGuard( aMutex ); in dispose()
679 ::osl::MutexGuard guard( aMutex ); in getPropertySetInfo()
689 ::osl::MutexGuard guard( aMutex ); in getInfoHelper()
[all …]
/aoo41x/main/svl/source/numbers/
H A Dnumuno.cxx49 mutable ::comphelper::SharedMutex aMutex;
75 return pImpl->aMutex; in getSharedMutex()
104 ::osl::MutexGuard aGuard( pImpl->aMutex ); in getNumberFormatSettings()
106 return new SvNumberFormatSettingsObj( *this, pImpl->aMutex ); in getNumberFormatSettings()
112 ::osl::MutexGuard aGuard( pImpl->aMutex ); in getNumberFormats()
114 return new SvNumberFormatsObj( *this, pImpl->aMutex ); in getNumberFormats()
/aoo41x/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx152 ::utl::ReadWriteGuard aGuard( aMutex ); in getLocale()
525 ::utl::ReadWriteGuard aGuard( aMutex ); in getOneLocaleItem()
621 ::utl::ReadWriteGuard aGuard( aMutex ); in getOneReservedWord()
672 ::utl::ReadWriteGuard aGuard( aMutex ); in getDefaultCalendar()
698 ::utl::ReadWriteGuard aGuard( aMutex ); in getCurrSymbol()
710 ::utl::ReadWriteGuard aGuard( aMutex ); in getCurrBankSymbol()
722 ::utl::ReadWriteGuard aGuard( aMutex ); in getCurrPositiveFormat()
734 ::utl::ReadWriteGuard aGuard( aMutex ); in getCurrNegativeFormat()
746 ::utl::ReadWriteGuard aGuard( aMutex ); in getCurrDigits()
1025 ::utl::ReadWriteGuard aGuard( aMutex ); in getDateFormat()
[all …]
/aoo41x/main/comphelper/source/misc/
H A Dasyncnotification.cxx121 ::osl::Mutex aMutex;
155 ::osl::MutexGuard aGuard( m_pImpl->aMutex ); in removeEventsForProcessor()
168 ::osl::MutexGuard aGuard( m_pImpl->aMutex ); in terminate()
180 ::osl::MutexGuard aGuard( m_pImpl->aMutex ); in addEvent()
203 ::osl::ClearableMutexGuard aGuard( m_pImpl->aMutex ); in run()
230 ::comphelper::MutexRelease aReleaseOnce( m_pImpl->aMutex ); in run()
/aoo41x/main/soldep/bootstrp/
H A Dprj.cxx1410 aMutex.acquire(); in GenerateFileLoadList()
1419 aMutex.release(); in GenerateFileLoadList()
1432 aMutex.acquire(); in NeedsFilesForUpdate()
1442 aMutex.release(); in NeedsFilesForUpdate()
1450 aMutex.acquire(); in NeedsUpdate()
1457 aMutex.release(); in NeedsUpdate()
1477 aMutex.acquire(); in Read()
1480 aMutex.release(); in Read()
1547 aMutex.acquire(); in Read()
1550 aMutex.release(); in Read()
[all …]
/aoo41x/main/stoc/source/namingservice/
H A Dnamingservice.cxx115 Mutex aMutex; member in stoc_namingservice::NamingService_Impl
188 Guard< Mutex > aGuard( aMutex ); in getRegisteredObject()
199 Guard< Mutex > aGuard( aMutex ); in registerObject()
206 Guard< Mutex > aGuard( aMutex ); in revokeObject()
/aoo41x/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx370 IMPL_SfxBaseController_ListenerHelper( MUTEX& aMutex ,
386 IMPL_SfxBaseController_CloseListenerHelper( MUTEX& aMutex ,
401 …BaseController_CloseListenerHelper::IMPL_SfxBaseController_CloseListenerHelper( MUTEX& aMutex , in IMPL_SfxBaseController_CloseListenerHelper() argument
403 : m_aMutex ( aMutex ) in IMPL_SfxBaseController_CloseListenerHelper()
465 IMPL_SfxBaseController_DataContainer( MUTEX& aMutex , in IMPL_SfxBaseController_DataContainer()
468 …: m_xListener ( new IMPL_SfxBaseController_ListenerHelper( aMutex, pControll… in IMPL_SfxBaseController_DataContainer()
470 … , m_aUserInputInterception ( *pController, aMutex ) in IMPL_SfxBaseController_DataContainer()
471 , m_aListenerContainer ( aMutex ) in IMPL_SfxBaseController_DataContainer()
472 … , m_aInterceptorContainer ( aMutex ) in IMPL_SfxBaseController_DataContainer()
486 IMPL_SfxBaseController_ListenerHelper::IMPL_SfxBaseController_ListenerHelper( MUTEX& aMutex , in IMPL_SfxBaseController_ListenerHelper() argument
[all …]
/aoo41x/main/UnoControls/source/controls/
H A DOConnectionPointContainerHelper.cxx55 OConnectionPointContainerHelper::OConnectionPointContainerHelper( Mutex& aMutex ) in OConnectionPointContainerHelper() argument
56 : m_aSharedMutex ( aMutex ) in OConnectionPointContainerHelper()
57 , m_aMultiTypeContainer ( aMutex ) in OConnectionPointContainerHelper()
H A DOConnectionPointHelper.cxx55 OConnectionPointHelper::OConnectionPointHelper( Mutex& aMutex , in OConnectionPointHelper() argument
58 : m_aSharedMutex ( aMutex ) in OConnectionPointHelper()
/aoo41x/main/sw/source/core/access/
H A Dacccontext.cxx107 vos::OGuard aGuard( aMutex ); in SetParent()
115 vos::OGuard aGuard( aMutex ); in GetWeakParent()
329 vos::OGuard aGuard( aMutex ); in Scrolled()
563 vos::OGuard aGuard( aMutex ); in IsEditableState()
704 vos::OGuard aWeakParentGuard( aMutex ); in getAccessibleParent()
1158 vos::OGuard aDefuncStateGuard( aMutex ); in Dispose()
1227 vos::OGuard aShowingStateGuard( aMutex ); in InvalidatePosOrSize()
1385 vos::OGuard aGuard( aMutex ); in InvalidateStates()
1399 vos::OGuard aGuard( aMutex ); in InvalidateStates()
H A Daccpage.cxx85 vos::OGuard aGuard( aMutex ); in _InvalidateCursorPos()
114 vos::OGuard aGuard( aMutex ); in _InvalidateFocus()
147 vos::OGuard aGuard( aMutex ); in HasCursor()
H A Daccframebase.cxx171 vos::OGuard aGuard( aMutex ); in _InvalidateCursorPos()
218 vos::OGuard aGuard( aMutex ); in _InvalidateFocus()
230 vos::OGuard aGuard( aMutex ); in HasCursor()
/aoo41x/main/cppuhelper/test/
H A Dtestpropshlp.cxx312 Mutex aMutex; member
324 , OBroadcastHelper( ((MutexContainer *)this)->aMutex ) in test_OPropertySetHelper()
443 Mutex aMutex; member in test_OPropertySetHelper_Listener
465 MutexGuard aGuard( aMutex ); in disposing()
474 MutexGuard aGuard( aMutex ); in propertyChange()
532 MutexGuard aGuard( aMutex ); in vetoableChange()
592 MutexGuard aGuard( aMutex ); in propertiesChange()
/aoo41x/main/sd/source/ui/inc/
H A DDrawSubController.hxx38 DrawSubControllerInterfaceBase( ::osl::Mutex& aMutex ) in DrawSubControllerInterfaceBase() argument
41 ::com::sun::star::lang::XServiceInfo >( aMutex ) {} in DrawSubControllerInterfaceBase()
/aoo41x/main/salhelper/source/
H A Dcondition.cxx38 Condition::Condition(osl::Mutex& aMutex) in Condition() argument
39 : m_aMutex(aMutex), in Condition()
/aoo41x/main/svx/source/sdr/primitive2d/
H A Dprimitivefactory2d.cxx113 osl::Mutex aMutex; in getSupportedServiceNames_Static() local
114 osl::MutexGuard aGuard( aMutex ); in getSupportedServiceNames_Static()
/aoo41x/main/sc/inc/
H A Drefreshtimer.hxx41 ::vos::OMutex aMutex;
59 ::vos::OMutex& GetMutex() { return aMutex; } in GetMutex()
/aoo41x/main/desktop/source/splash/
H A Dfirststart.cxx65 static osl::Mutex aMutex; in CreateInstance() local
66 osl::MutexGuard guard( aMutex ); in CreateInstance()
/aoo41x/main/desktop/source/so_comp/
H A Devaluation.cxx81 static osl::Mutex aMutex; in CreateInstance() local
84 osl::MutexGuard guard( aMutex ); in CreateInstance()
H A Doemjob.cxx82 static osl::Mutex aMutex; in CreateInstance() local
83 osl::MutexGuard guard( aMutex ); in CreateInstance()
/aoo41x/main/unotools/source/config/
H A Dworkingsetoptions.cxx383 static Mutex aMutex; in GetOwnStaticMutex() local
384 pMutex = &aMutex; in GetOwnStaticMutex()
H A Dlocalisationoptions.cxx448 static Mutex aMutex; in GetOwnStaticMutex() local
449 pMutex = &aMutex; in GetOwnStaticMutex()
/aoo41x/main/sw/source/ui/dbui/
H A Dswdbtoolsclient.cxx56 static ::osl::Mutex aMutex; in getDbtoolsClientMutex()
57 return aMutex; in getDbtoolsClientMutex()
/aoo41x/main/linguistic/source/
H A Dgrammarchecker.hxx92 static osl::Mutex aMutex; in GetMutex() local
93 return aMutex; in GetMutex()

Completed in 133 milliseconds

1234