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

/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp97 queryInfoSem(LOCKCLASS_MEDIUMQUERY),
141 RWLockHandle queryInfoSem; member in struct:Medium::Data
2130 AutoReadLock qlock(m->queryInfoSem COMMA_LOCKVAL_SRC_POS);
2247 AutoReadLock qlock(m->queryInfoSem COMMA_LOCKVAL_SRC_POS);
5986 AutoReadLock qlock(m->queryInfoSem COMMA_LOCKVAL_SRC_POS);
6054 /* Note that taking the queryInfoSem after leaving the object lock above
6058 * of the method), then queryInfoSem, and below the other way round. */
6059 AutoWriteLock qlock(m->queryInfoSem COMMA_LOCKVAL_SRC_POS);

Completed in 70 milliseconds