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

/vbox/include/iprt/cpp/
H A Dmtlist.h63 inline void enterRead() const { int rc = RTSemRWRequestRead(m_hRWSem, RT_INDEFINITE_WAIT); AssertRC(rc); } function in class:RTCListGuard
H A Dlist.h119 inline void enterRead() const {} function in class:RTCListGuard
236 other.m_guard.enterRead();
285 m_guard.enterRead();
298 m_guard.enterRead();
311 m_guard.enterRead();
362 other.m_guard.enterRead();
439 other.m_guard.enterRead();
463 other.m_guard.enterRead();
516 m_guard.enterRead();
533 m_guard.enterRead();
[all...]

Completed in 32 milliseconds