Home
last modified time | relevance | path

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

1234

/trunk/main/sal/qa/osl/mutex/
H A Dosl_Mutex.cxx391 Mutex aMutex; in TEST_F() local
415 Mutex aMutex; in TEST_F() local
441 Mutex aMutex; in TEST_F() local
476 Mutex aMutex; in TEST_F() local
502 Mutex aMutex; in TEST_F()
594 Mutex aMutex; in TEST_F() local
611 Mutex aMutex; in TEST_F() local
677 Mutex aMutex; in TEST_F() local
690 Mutex aMutex; in TEST_F() local
708 Mutex aMutex; in TEST_F() local
[all …]
/trunk/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 …]
/trunk/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 …]
/trunk/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()
/trunk/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()
/trunk/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 …]
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/salhelper/source/
H A Dcondition.cxx38 Condition::Condition(osl::Mutex& aMutex) in Condition() argument
39 : m_aMutex(aMutex), in Condition()
/trunk/main/svx/source/sdr/primitive2d/
H A Dprimitivefactory2d.cxx113 osl::Mutex aMutex; in getSupportedServiceNames_Static() local
114 osl::MutexGuard aGuard( aMutex ); in getSupportedServiceNames_Static()
/trunk/main/sc/inc/
H A Drefreshtimer.hxx41 ::vos::OMutex aMutex;
59 ::vos::OMutex& GetMutex() { return aMutex; } in GetMutex()
/trunk/main/desktop/source/splash/
H A Dfirststart.cxx65 static osl::Mutex aMutex; in CreateInstance() local
66 osl::MutexGuard guard( aMutex ); in CreateInstance()
/trunk/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()
/trunk/main/unotools/source/config/
H A Dworkingsetoptions.cxx383 static Mutex aMutex; in GetOwnStaticMutex() local
384 pMutex = &aMutex; in GetOwnStaticMutex()
H A Dstartoptions.cxx448 static Mutex aMutex; in GetOwnStaticMutex() local
449 pMutex = &aMutex; in GetOwnStaticMutex()
H A Dlocalisationoptions.cxx448 static Mutex aMutex; in GetOwnStaticMutex() local
449 pMutex = &aMutex; in GetOwnStaticMutex()
/trunk/main/sw/source/ui/dbui/
H A Dswdbtoolsclient.cxx56 static ::osl::Mutex aMutex; in getDbtoolsClientMutex()
57 return aMutex; in getDbtoolsClientMutex()
/trunk/main/automation/source/server/
H A Dserver.cxx962 static ::osl::Mutex aMutex;
968 ::osl::MutexGuard aGuard( aMutex ); in CreateRemoteControl()
976 ::osl::MutexGuard aGuard( aMutex ); in DestroyRemoteControl()

Completed in 122 milliseconds

1234