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

/vbox/src/VBox/Runtime/generic/
H A DRTSemEventMultiWaitNoResume-2-ex-generic.cpp45 rc = RTSemEventMultiWaitEx(hEventMultiSem, RTSEMWAIT_FLAGS_NORESUME | RTSEMWAIT_FLAGS_INDEFINITE, 0);
48 RTSEMWAIT_FLAGS_NORESUME | RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_MILLISECS,
H A DRTSemEventWaitNoResume-2-ex-generic.cpp45 rc = RTSemEventWaitEx(hEventSem, RTSEMWAIT_FLAGS_NORESUME | RTSEMWAIT_FLAGS_INDEFINITE, 0);
48 RTSEMWAIT_FLAGS_NORESUME | RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_MILLISECS,
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemmutex-r0drv-haiku.c196 return rtSemMutexRequestEx(hMutexSem, RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_NORESUME | RTSEMWAIT_FLAGS_MILLISECS, cMillies);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTSemEventMulti.cpp139 RTTESTI_CHECK_RC_RETV(RTSemEventMultiWaitEx(hSem, RTSEMWAIT_FLAGS_NORESUME | RTSEMWAIT_FLAGS_INDEFINITE, 0), VINF_SUCCESS);
/vbox/src/VBox/Runtime/r3/linux/
H A Dsemeventmulti-linux.cpp368 if (fFlags & RTSEMWAIT_FLAGS_NORESUME)
/vbox/include/iprt/
H A Dsemaphore.h60 * Exactly one of RTSEMWAIT_FLAGS_RESUME and RTSEMWAIT_FLAGS_NORESUME
83 #define RTSEMWAIT_FLAGS_NORESUME RTSEMWAIT_FLAGS_INTERRUPTIBLE macro
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemeventmulti-posix.cpp565 || (fFlags & RTSEMWAIT_FLAGS_NORESUME)) )
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp832 RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_NORESUME,

Completed in 236 milliseconds