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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvSem.cpp187 uint32_t fFlags = RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_MILLISECS | RTSEMWAIT_FLAGS_UNINTERRUPTIBLE;
385 uint32_t fFlags = RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_MILLISECS | RTSEMWAIT_FLAGS_UNINTERRUPTIBLE;
/vbox/include/iprt/
H A Dsemaphore.h85 #define RTSEMWAIT_FLAGS_UNINTERRUPTIBLE RT_BIT_32(6) macro
87 #define RTSEMWAIT_FLAGS_RESUME RTSEMWAIT_FLAGS_UNINTERRUPTIBLE

Completed in 45 milliseconds