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

/vbox/include/VBox/com/
H A DAutoLock.h37 # define COMMA_LOCKVAL_SRC_POS_DECL , RT_SRC_POS_DECL macro
43 # define COMMA_LOCKVAL_SRC_POS_DECL macro
270 COMMA_LOCKVAL_SRC_POS_DECL);
273 COMMA_LOCKVAL_SRC_POS_DECL);
335 COMMA_LOCKVAL_SRC_POS_DECL)
348 COMMA_LOCKVAL_SRC_POS_DECL)
361 COMMA_LOCKVAL_SRC_POS_DECL)
374 COMMA_LOCKVAL_SRC_POS_DECL)
406 COMMA_LOCKVAL_SRC_POS_DECL)
413 COMMA_LOCKVAL_SRC_POS_DECL)
334 AutoReadLock(LockHandle *aHandle COMMA_LOCKVAL_SRC_POS_DECL) argument
347 AutoReadLock(LockHandle &aHandle COMMA_LOCKVAL_SRC_POS_DECL) argument
360 AutoReadLock(const Lockable &aLockable COMMA_LOCKVAL_SRC_POS_DECL) argument
373 AutoReadLock(const Lockable *aLockable COMMA_LOCKVAL_SRC_POS_DECL) argument
405 AutoWriteLockBase(uint32_t cHandles COMMA_LOCKVAL_SRC_POS_DECL) argument
411 AutoWriteLockBase(uint32_t cHandles, LockHandle *pHandle COMMA_LOCKVAL_SRC_POS_DECL) argument
467 AutoWriteLock(LockHandle *aHandle COMMA_LOCKVAL_SRC_POS_DECL) argument
480 AutoWriteLock(LockHandle &aHandle COMMA_LOCKVAL_SRC_POS_DECL) argument
493 AutoWriteLock(const Lockable &aLockable COMMA_LOCKVAL_SRC_POS_DECL) argument
506 AutoWriteLock(const Lockable *aLockable COMMA_LOCKVAL_SRC_POS_DECL) argument
[all...]
/vbox/src/VBox/Main/glue/
H A DAutoLock.cpp402 COMMA_LOCKVAL_SRC_POS_DECL)
410 COMMA_LOCKVAL_SRC_POS_DECL)
592 COMMA_LOCKVAL_SRC_POS_DECL)
673 COMMA_LOCKVAL_SRC_POS_DECL)
686 COMMA_LOCKVAL_SRC_POS_DECL)
698 COMMA_LOCKVAL_SRC_POS_DECL)
714 COMMA_LOCKVAL_SRC_POS_DECL)
728 COMMA_LOCKVAL_SRC_POS_DECL)
747 COMMA_LOCKVAL_SRC_POS_DECL)
401 AutoLockBase(uint32_t cHandles COMMA_LOCKVAL_SRC_POS_DECL) argument
408 AutoLockBase(uint32_t cHandles, LockHandle *pHandle COMMA_LOCKVAL_SRC_POS_DECL) argument
590 AutoWriteLock(uint32_t cHandles, LockHandle** pHandles COMMA_LOCKVAL_SRC_POS_DECL) argument
671 AutoMultiWriteLock2(Lockable *pl1, Lockable *pl2 COMMA_LOCKVAL_SRC_POS_DECL) argument
684 AutoMultiWriteLock2(LockHandle *pl1, LockHandle *pl2 COMMA_LOCKVAL_SRC_POS_DECL) argument
695 AutoMultiWriteLock3(Lockable *pl1, Lockable *pl2, Lockable *pl3 COMMA_LOCKVAL_SRC_POS_DECL) argument
711 AutoMultiWriteLock3(LockHandle *pl1, LockHandle *pl2, LockHandle *pl3 COMMA_LOCKVAL_SRC_POS_DECL) argument
724 AutoMultiWriteLock4(Lockable *pl1, Lockable *pl2, Lockable *pl3, Lockable *pl4 COMMA_LOCKVAL_SRC_POS_DECL) argument
743 AutoMultiWriteLock4(LockHandle *pl1, LockHandle *pl2, LockHandle *pl3, LockHandle *pl4 COMMA_LOCKVAL_SRC_POS_DECL) argument

Completed in 67 milliseconds