Searched refs:WriteLockHandle (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/glue/
H A DAutoLock.cpp118 /* WriteLockHandle critsect1(LOCKCLASS_VIRTUALBOXOBJECT);
119 WriteLockHandle critsect2(LOCKCLASS_VIRTUALBOXLIST);
279 // WriteLockHandle
283 struct WriteLockHandle::Data
296 WriteLockHandle::WriteLockHandle(VBoxLockingClass lockClass) function in class:util::WriteLockHandle
311 WriteLockHandle::~WriteLockHandle()
317 /*virtual*/ bool WriteLockHandle::isWriteLockOnCurrentThread() const
322 /*virtual*/ void WriteLockHandle
[all...]
/vbox/include/VBox/com/
H A DAutoLock.h102 * Abstract base class for semaphore handles (RWLockHandle and WriteLockHandle).
190 class WriteLockHandle : public LockHandle class in namespace:util
193 WriteLockHandle(VBoxLockingClass lockClass);
194 virtual ~WriteLockHandle();
305 * semaphore in read mode. You can also use this with a WriteLockHandle but
442 * When used with a WriteLockHandle, it requests the semaphore contained therein
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.h61 extern util::WriteLockHandle *g_pWebsessionsLockHandle;
H A Dvboxweb.cpp159 static util::WriteLockHandle *g_pAuthLibLockHandle;
167 util::WriteLockHandle *g_pWebsessionsLockHandle;
531 util::WriteLockHandle m_mutex;
1196 g_pAuthLibLockHandle = new util::WriteLockHandle(util::LOCKCLASS_WEBSERVICE);
1198 g_pWebsessionsLockHandle = new util::WriteLockHandle(util::LOCKCLASS_WEBSERVICE);

Completed in 81 milliseconds