Searched defs:callLockImpl (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Main/glue/ | ||
H A D | AutoLock.cpp | 425 * the pure virtual callLockImpl() function on each of them, 441 this->callLockImpl(*pHandle); 532 /*virtual*/ void AutoReadLock::callLockImpl(LockHandle &l) function in class:util::AutoReadLock 564 /*virtual*/ void AutoWriteLockBase::callLockImpl(LockHandle &l) function in class:util::AutoWriteLockBase 633 callLockImpl(*aHandle); |
Completed in 300 milliseconds