Searched defs:writeLockLevel (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/glue/
H A DAutoLock.cpp260 /*virtual*/ uint32_t RWLockHandle::writeLockLevel() const function in class:util::RWLockHandle
346 /*virtual*/ uint32_t WriteLockHandle::writeLockLevel() const function in class:util::WriteLockHandle
660 uint32_t AutoWriteLock::writeLockLevel() const function in class:util::AutoWriteLock
662 return m->aHandles[0] ? m->aHandles[0]->writeLockLevel() : 0;

Completed in 32 milliseconds