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

/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemmutex-r0drv-linux.c153 * Worker for rtSemMutexLinuxRequest that handles the case where we go to sleep.
247 DECLINLINE(int) rtSemMutexLinuxRequest(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, bool fInterruptible) function
302 return rtSemMutexLinuxRequest(hMutexSem, cMillies, false /*fInterruptible*/);
316 return rtSemMutexLinuxRequest(hMutexSem, cMillies, true /*fInterruptible*/);

Completed in 241 milliseconds