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

/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemmutex-r0drv-solaris.c149 * Worker for rtSemMutexSolRequest that handles the case where we go to sleep.
256 DECLINLINE(int) rtSemMutexSolRequest(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, bool fInterruptible) function
307 return rtSemMutexSolRequest(hMutexSem, cMillies, false /*fInterruptible*/);
319 return rtSemMutexSolRequest(hMutexSem, cMillies, true /*fInterruptible*/);

Completed in 42 milliseconds