| /aoo41x/main/sal/qa/osl/mutex/ | 
| H A D | osl_Mutex.cxx | 392 			Mutex aMutex;  in acquire_001()  local417 			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 D | factory.cxx | 281 	Mutex	aMutex;  member298 		: 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 D | numuno.cxx | 49     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 D | localedatawrapper.cxx | 152     ::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 D | asyncnotification.cxx | 121         ::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 D | prj.cxx | 1410 		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 D | namingservice.cxx | 115 	Mutex								aMutex;  member in stoc_namingservice::NamingService_Impl188 	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 D | sfxbasecontroller.cxx | 370 	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 D | OConnectionPointContainerHelper.cxx | 55 OConnectionPointContainerHelper::OConnectionPointContainerHelper( Mutex& aMutex )  in OConnectionPointContainerHelper()  argument56 	: m_aSharedMutex		( aMutex	)  in OConnectionPointContainerHelper()
 57 	, m_aMultiTypeContainer	( aMutex	)  in OConnectionPointContainerHelper()
 
 | 
| H A D | OConnectionPointHelper.cxx | 55 OConnectionPointHelper::OConnectionPointHelper(	Mutex&								aMutex						,  in OConnectionPointHelper()  argument58 	: m_aSharedMutex				( aMutex					)  in OConnectionPointHelper()
 
 | 
| /aoo41x/main/sw/source/core/access/ | 
| H A D | acccontext.cxx | 107 	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 D | accpage.cxx | 85 		vos::OGuard aGuard( aMutex );  in _InvalidateCursorPos()114 			vos::OGuard aGuard( aMutex );  in _InvalidateFocus()
 147 	vos::OGuard aGuard( aMutex );  in HasCursor()
 
 | 
| H A D | accframebase.cxx | 171 		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 D | testpropshlp.cxx | 312 	Mutex aMutex;  member324 						, 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 D | DrawSubController.hxx | 38 		DrawSubControllerInterfaceBase( ::osl::Mutex& aMutex )  in DrawSubControllerInterfaceBase()  argument41 					::com::sun::star::lang::XServiceInfo >( aMutex ) {}  in DrawSubControllerInterfaceBase()
 
 | 
| /aoo41x/main/salhelper/source/ | 
| H A D | condition.cxx | 38 Condition::Condition(osl::Mutex& aMutex)  in Condition()  argument39 	: m_aMutex(aMutex),  in Condition()
 
 | 
| /aoo41x/main/svx/source/sdr/primitive2d/ | 
| H A D | primitivefactory2d.cxx | 113 			osl::Mutex aMutex;  in getSupportedServiceNames_Static()  local114 			osl::MutexGuard aGuard( aMutex );  in getSupportedServiceNames_Static()
 
 | 
| /aoo41x/main/sc/inc/ | 
| H A D | refreshtimer.hxx | 41 			::vos::OMutex		aMutex;59 			::vos::OMutex&		GetMutex()					{ return aMutex; }  in GetMutex()
 
 | 
| /aoo41x/main/desktop/source/splash/ | 
| H A D | firststart.cxx | 65 	    static osl::Mutex aMutex;  in CreateInstance()  local66 		osl::MutexGuard guard( aMutex );  in CreateInstance()
 
 | 
| /aoo41x/main/desktop/source/so_comp/ | 
| H A D | evaluation.cxx | 81 	static osl::Mutex	aMutex;  in CreateInstance()  local84 		osl::MutexGuard guard( aMutex );  in CreateInstance()
 
 | 
| H A D | oemjob.cxx | 82 	static osl::Mutex	aMutex;  in CreateInstance()  local83 		osl::MutexGuard guard( aMutex );  in CreateInstance()
 
 | 
| /aoo41x/main/unotools/source/config/ | 
| H A D | workingsetoptions.cxx | 383             static Mutex aMutex;  in GetOwnStaticMutex()  local384             pMutex = &aMutex;  in GetOwnStaticMutex()
 
 | 
| H A D | localisationoptions.cxx | 448             static Mutex aMutex;  in GetOwnStaticMutex()  local449             pMutex = &aMutex;  in GetOwnStaticMutex()
 
 | 
| /aoo41x/main/sw/source/ui/dbui/ | 
| H A D | swdbtoolsclient.cxx | 56 		static  ::osl::Mutex aMutex;  in getDbtoolsClientMutex()57 		return aMutex;  in getDbtoolsClientMutex()
 
 | 
| /aoo41x/main/linguistic/source/ | 
| H A D | grammarchecker.hxx | 92         static osl::Mutex aMutex;  in GetMutex()  local93         return aMutex;  in GetMutex()
 
 |