Home
last modified time | relevance | path

Searched defs:Guard (Results 1 – 8 of 8) sorted by relevance

/trunk/main/codemaker/test/cppumaker/
H A Dtest_codemaker_cppumaker.cxx377 struct Guard { struct
378 explicit Guard(void * buffer): in Guard() argument
381 ~Guard() { p->test::codemaker::cppumaker::BigStruct::~BigStruct(); } in ~Guard()
383 test::codemaker::cppumaker::BigStruct * const p;
/trunk/main/vos/source/
H A Dtimer.cxx271 OGuard Guard(&m_Access); in OTimerManager() local
287 OGuard Guard(&m_Access); in ~OTimerManager() local
300 OGuard Guard(&m_Access); in getTimerManager() local
317 OGuard Guard(&m_Lock); in registerTimer() local
359 OGuard Guard(&m_Lock); in unregisterTimer() local
387 OGuard Guard(&m_Lock); in lookupTimer() local
H A Dprocess.cxx497 OGuard Guard(lclMutex::get()); in OExtCommandLine() local
/trunk/main/sal/inc/osl/
H A Dmutex.hxx127 class Guard class
139 Guard(T * pT_) : pT(pT_) in Guard() function in osl::Guard
146 Guard(T & t) : pT(&t) in Guard() function in osl::Guard
/trunk/main/slideshow/source/inc/
H A Dlistenercontainerimpl.hxx44 typedef EmptyGuard Guard; typedef
51 struct Guard : public osl::MutexGuard struct in slideshow::internal::MutexBase
53 explicit Guard(MutexBase const& rBase) : in Guard() argument
H A Dlistenercontainer.hxx66 typedef typename MutexHolderBaseT::Guard Guard; typedef in slideshow::internal::ListenerContainerBase
/trunk/main/sal/osl/w32/
H A Dfile.cxx162 class Guard class
207 FileHandle_Impl::Guard::Guard(LPCRITICAL_SECTION pMutex) in Guard() function in FileHandle_Impl::Guard
/trunk/main/sal/osl/unx/
H A Dfile.cxx170 class Guard class
221 FileHandle_Impl::Guard::Guard(pthread_mutex_t * pMutex) in Guard() function in FileHandle_Impl::Guard

Completed in 34 milliseconds