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

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dsemevent-r0drv-darwin.cpp58 typedef struct RTSEMEVENTDARWINENTRY struct
64 } RTSEMEVENTDARWINENTRY; typedef in typeref:struct:RTSEMEVENTDARWINENTRY
66 typedef RTSEMEVENTDARWINENTRY *PRTSEMEVENTDARWINENTRY;
170 RTListForEach(&pThis->WaitList, pWaiter, RTSEMEVENTDARWINENTRY, Node)
205 RTListForEach(&pThis->WaitList, pWaiter, RTSEMEVENTDARWINENTRY, Node)
300 RTSEMEVENTDARWINENTRY Waiter;

Completed in 42 milliseconds