Searched refs:mMutex (Results 1 – 6 of 6) sorted by relevance
59 CRITICAL_SECTION mMutex; member in SODispatchInterceptor61 SODispatchInterceptor() : m_xParentControl( NULL ) { InitializeCriticalSection(&mMutex); } in SODispatchInterceptor()62 …virtual ~SODispatchInterceptor() { ATLASSERT( !m_xParentControl ); DeleteCriticalSection(&mMutex);… in ~SODispatchInterceptor()78 EnterCriticalSection( &mMutex ); in COM_INTERFACE_ENTRY()80 LeaveCriticalSection( &mMutex ); in COM_INTERFACE_ENTRY()85 EnterCriticalSection( &mMutex ); in ClearParent()87 LeaveCriticalSection( &mMutex ); in ClearParent()
191 EnterCriticalSection( &mMutex ); in dispatch()197 LeaveCriticalSection( &mMutex ); in dispatch()
433 ::osl::MutexGuard aGuard( mMutex ); in PasswordContainer()448 ::osl::MutexGuard aGuard( mMutex ); in ~PasswordContainer()467 ::osl::MutexGuard aGuard( mMutex ); in disposing()772 ::osl::MutexGuard aGuard( mMutex ); in add()781 ::osl::MutexGuard aGuard( mMutex ); in addPersistent()897 ::osl::MutexGuard aGuard( mMutex ); in find()1062 ::osl::MutexGuard aGuard( mMutex ); in remove()1104 ::osl::MutexGuard aGuard( mMutex ); in removePersistent()1151 ::osl::MutexGuard aGuard( mMutex ); in removeAllPersistent()1192 ::osl::MutexGuard aGuard( mMutex ); in getAllPersistent()[all …]
50 struct LdapProfileMutexHolder { osl::Mutex mMutex; }; member
47 BackendBase(mMutex) in LdapUserProfileBe()
250 ::osl::Mutex mMutex;
Completed in 60 milliseconds