Searched defs:LOCKVAL_SRC_POS_DECL (Results 1 - 1 of 1) 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...]

Completed in 33 milliseconds