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

/vbox/src/VBox/Runtime/generic/
H A DRTSemEventMultiWait-2-ex-generic.cpp47 RTSEMWAIT_FLAGS_RESUME | RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_MILLISECS,
H A DRTSemEventMultiWaitNoResume-2-ex-generic.cpp48 RTSEMWAIT_FLAGS_NORESUME | RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_MILLISECS,
H A DRTSemEventWait-2-ex-generic.cpp47 RTSEMWAIT_FLAGS_RESUME | RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_MILLISECS,
H A DRTSemEventWaitNoResume-2-ex-generic.cpp48 RTSEMWAIT_FLAGS_NORESUME | RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_MILLISECS,
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemmutex-r0drv-haiku.c142 if (fFlags & RTSEMWAIT_FLAGS_RELATIVE)
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);
H A Dsemevent-r0drv-haiku.c194 if (fFlags & RTSEMWAIT_FLAGS_RELATIVE)
H A Dsemeventmulti-r0drv-haiku.c220 if (fFlags & RTSEMWAIT_FLAGS_RELATIVE)
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvSem.cpp187 uint32_t fFlags = RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_MILLISECS | RTSEMWAIT_FLAGS_UNINTERRUPTIBLE;
196 uint32_t fFlags = RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_MILLISECS | RTSEMWAIT_FLAGS_INTERRUPTIBLE;
212 uint32_t fFlags = RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_INTERRUPTIBLE;
385 uint32_t fFlags = RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_MILLISECS | RTSEMWAIT_FLAGS_UNINTERRUPTIBLE;
395 uint32_t fFlags = RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_MILLISECS | RTSEMWAIT_FLAGS_INTERRUPTIBLE;
411 uint32_t fFlags = RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_INTERRUPTIBLE;
/vbox/src/VBox/Runtime/testcase/
H A DtstRTSemEventMulti.cpp106 RTSEMWAIT_FLAGS_RESUME | RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_RELATIVE,
119 RTSEMWAIT_FLAGS_RESUME | RTSEMWAIT_FLAGS_MILLISECS | RTSEMWAIT_FLAGS_RELATIVE,
135 RTSEMWAIT_FLAGS_RESUME | RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_RELATIVE,
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dsleepqueue-r0drv-freebsd.h125 if (fFlags & RTSEMWAIT_FLAGS_RELATIVE)
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dwaitqueue-r0drv-linux.h111 if (fFlags & RTSEMWAIT_FLAGS_RELATIVE)
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dsemevent-r0drv-darwin.cpp270 if (fFlags & RTSEMWAIT_FLAGS_RELATIVE)
H A Dsemeventmulti-r0drv-darwin.cpp290 if (fFlags & RTSEMWAIT_FLAGS_RELATIVE)
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemeventwait-r0drv-solaris.h121 if (fFlags & RTSEMWAIT_FLAGS_RELATIVE)
/vbox/src/VBox/Runtime/r3/linux/
H A Dsemeventmulti-linux.cpp288 if (fFlags & RTSEMWAIT_FLAGS_RELATIVE)
/vbox/include/iprt/
H A Dsemaphore.h52 * @remarks Exactly one of RTSEMWAIT_FLAGS_RELATIVE and
67 #define RTSEMWAIT_FLAGS_RELATIVE RT_BIT_32(0) macro
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemeventmulti-posix.cpp507 /* Note! No need to complete uAbsTimeout for RTSEMWAIT_FLAGS_RELATIVE in this path. */
512 if (fFlags & RTSEMWAIT_FLAGS_RELATIVE)
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp832 RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_NORESUME,

Completed in 96 milliseconds