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

/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemmutex-r0drv-haiku.c115 static int rtSemMutexRequestEx(RTSEMMUTEX hMutexSem, uint32_t fFlags, uint64_t uTimeout) function
184 return rtSemMutexRequestEx(hMutexSem, RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_RESUME | RTSEMWAIT_FLAGS_MILLISECS, cMillies);
196 return rtSemMutexRequestEx(hMutexSem, RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_NORESUME | RTSEMWAIT_FLAGS_MILLISECS, cMillies);

Completed in 41 milliseconds