Home
last modified time | relevance | path

Searched refs:lclMutex (Results 1 – 5 of 5) sorted by relevance

/trunk/main/comphelper/source/misc/
H A Daccessibleeventnotifier.cxx42 struct lclMutex struct
43 : 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()
/trunk/main/unotools/source/config/
H A Dsourceviewconfig.cxx94 namespace { struct lclMutex : public rtl::Static< ::osl::Mutex, lclMutex > {}; } struct
195 ::osl::MutexGuard aGuard( lclMutex::get() ); in SourceViewConfig()
213 ::osl::MutexGuard aGuard( lclMutex::get() ); in ~SourceViewConfig()
H A Ddefaultoptions.cxx324 namespace { struct lclMutex : public rtl::Static< ::osl::Mutex, lclMutex > {}; } struct
329 ::osl::MutexGuard aGuard( lclMutex::get() ); in SvtDefaultOptions()
344 ::osl::MutexGuard aGuard( lclMutex::get() ); in ~SvtDefaultOptions()
H A Dpathoptions.cxx551 namespace { struct lclMutex : public rtl::Static< ::osl::Mutex, lclMutex > {}; } struct
556 ::osl::MutexGuard aGuard( lclMutex::get() ); in SvtPathOptions()
571 ::osl::MutexGuard aGuard( lclMutex::get() ); in ~SvtPathOptions()
/trunk/main/vos/source/
H A Dprocess.cxx484 struct lclMutex : public rtl::Static< vos::OMutex, lclMutex > {}; struct
497 OGuard Guard(lclMutex::get()); in OExtCommandLine()

Completed in 41 milliseconds