Searched defs:Guard (Results 1 – 8 of 8) sorted by relevance
377 struct Guard { struct378 explicit Guard(void * buffer): in Guard() argument381 ~Guard() { p->test::codemaker::cppumaker::BigStruct::~BigStruct(); } in ~Guard()383 test::codemaker::cppumaker::BigStruct * const p;
271 OGuard Guard(&m_Access); in OTimerManager() local287 OGuard Guard(&m_Access); in ~OTimerManager() local300 OGuard Guard(&m_Access); in getTimerManager() local317 OGuard Guard(&m_Lock); in registerTimer() local359 OGuard Guard(&m_Lock); in unregisterTimer() local387 OGuard Guard(&m_Lock); in lookupTimer() local
497 OGuard Guard(lclMutex::get()); in OExtCommandLine() local
127 class Guard class139 Guard(T * pT_) : pT(pT_) in Guard() function in osl::Guard146 Guard(T & t) : pT(&t) in Guard() function in osl::Guard
44 typedef EmptyGuard Guard; typedef51 struct Guard : public osl::MutexGuard struct in slideshow::internal::MutexBase53 explicit Guard(MutexBase const& rBase) : in Guard() argument
66 typedef typename MutexHolderBaseT::Guard Guard; typedef in slideshow::internal::ListenerContainerBase
162 class Guard class207 FileHandle_Impl::Guard::Guard(LPCRITICAL_SECTION pMutex) in Guard() function in FileHandle_Impl::Guard
170 class Guard class221 FileHandle_Impl::Guard::Guard(pthread_mutex_t * pMutex) in Guard() function in FileHandle_Impl::Guard
Completed in 46 milliseconds