Searched refs:lclMutex (Results 1 – 5 of 5) sorted by relevance
42 struct lclMutex struct43 : public rtl::Static< ::osl::Mutex, lclMutex > {};93 ::osl::MutexGuard aGuard( lclMutex::get() ); in registerClient()99 EventListeners* pNewListeners = new EventListeners( lclMutex::get() ); in registerClient()126 ::osl::MutexGuard aGuard( lclMutex::get() ); in revokeClient()142 ::osl::MutexGuard aGuard( lclMutex::get() ); in revokeClientNotifyDisposing()171 ::osl::MutexGuard aGuard( lclMutex::get() ); in addEventListener()188 ::osl::MutexGuard aGuard( lclMutex::get() ); in removeEventListener()206 ::osl::MutexGuard aGuard( lclMutex::get() ); in getEventListeners()222 ::osl::MutexGuard aGuard( lclMutex::get() ); in addEvent()
94 namespace { struct lclMutex : public rtl::Static< ::osl::Mutex, lclMutex > {}; } struct195 ::osl::MutexGuard aGuard( lclMutex::get() ); in SourceViewConfig()213 ::osl::MutexGuard aGuard( lclMutex::get() ); in ~SourceViewConfig()
324 namespace { struct lclMutex : public rtl::Static< ::osl::Mutex, lclMutex > {}; } struct329 ::osl::MutexGuard aGuard( lclMutex::get() ); in SvtDefaultOptions()344 ::osl::MutexGuard aGuard( lclMutex::get() ); in ~SvtDefaultOptions()
551 namespace { struct lclMutex : public rtl::Static< ::osl::Mutex, lclMutex > {}; } struct556 ::osl::MutexGuard aGuard( lclMutex::get() ); in SvtPathOptions()571 ::osl::MutexGuard aGuard( lclMutex::get() ); in ~SvtPathOptions()
484 struct lclMutex : public rtl::Static< vos::OMutex, lclMutex > {}; struct497 OGuard Guard(lclMutex::get()); in OExtCommandLine()
Completed in 54 milliseconds