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

/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemeventwait-r0drv-solaris.h90 typedef RTR0SEMSOLWAIT *PRTR0SEMSOLWAIT; typedef
105 DECLINLINE(int) rtR0SemSolWaitInit(PRTR0SEMSOLWAIT pWait, uint32_t fFlags, uint64_t uTimeout)
199 PRTR0SEMSOLWAIT pWait = (PRTR0SEMSOLWAIT)pvUser;
232 PRTR0SEMSOLWAIT pWait = (PRTR0SEMSOLWAIT)pvUser;
265 DECLINLINE(void) rtR0SemSolWaitDoIt(PRTR0SEMSOLWAIT pWait, kcondvar_t *pCnd, kmutex_t *pMtx,
416 DECLINLINE(bool) rtR0SemSolWaitWasInterrupted(PRTR0SEMSOLWAIT pWait)
428 DECLINLINE(bool) rtR0SemSolWaitHasTimedOut(PRTR0SEMSOLWAIT pWait)
439 DECLINLINE(void) rtR0SemSolWaitDelete(PRTR0SEMSOLWAIT pWai
[all...]

Completed in 31 milliseconds