Searched refs:LOCKVAL_SRC_POS_DECL (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/com/
H A DAutoLock.h36 # define LOCKVAL_SRC_POS_DECL RT_SRC_POS_DECL macro
42 # define LOCKVAL_SRC_POS_DECL macro
130 virtual void lockWrite(LOCKVAL_SRC_POS_DECL) = 0;
132 virtual void lockRead(LOCKVAL_SRC_POS_DECL) = 0;
161 virtual void lockWrite(LOCKVAL_SRC_POS_DECL);
163 virtual void lockRead(LOCKVAL_SRC_POS_DECL);
197 virtual void lockWrite(LOCKVAL_SRC_POS_DECL);
199 virtual void lockRead(LOCKVAL_SRC_POS_DECL);
324 AutoReadLock(LOCKVAL_SRC_POS_DECL)
457 AutoWriteLock(LOCKVAL_SRC_POS_DECL)
[all...]
/vbox/src/VBox/Main/glue/
H A DAutoLock.cpp203 /*virtual*/ void RWLockHandle::lockWrite(LOCKVAL_SRC_POS_DECL)
232 /*virtual*/ void RWLockHandle::lockRead(LOCKVAL_SRC_POS_DECL)
322 /*virtual*/ void WriteLockHandle::lockWrite(LOCKVAL_SRC_POS_DECL)
336 /*virtual*/ void WriteLockHandle::lockRead(LOCKVAL_SRC_POS_DECL)

Completed in 61 milliseconds