Home
last modified time | relevance | path

Searched refs:mMutex (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/extensions/source/activex/main/
H A DSODispatchInterceptor.h59 CRITICAL_SECTION mMutex; member in SODispatchInterceptor
61 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()
H A DSODispatchInterceptor.cpp191 EnterCriticalSection( &mMutex ); in dispatch()
197 LeaveCriticalSection( &mMutex ); in dispatch()
/aoo42x/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx433 ::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 …]
/aoo42x/main/extensions/source/config/ldap/
H A Dldapuserprofilebe.hxx50 struct LdapProfileMutexHolder { osl::Mutex mMutex; }; member
H A Dldapuserprofilebe.cxx47 BackendBase(mMutex) in LdapUserProfileBe()
/aoo42x/main/svl/source/inc/
H A Dpasswordcontainer.hxx250 ::osl::Mutex mMutex;

Completed in 53 milliseconds