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

/vbox/src/VBox/Runtime/os2/
H A DrtSemWaitOs2ConvertTimeout.cpp59 if ( (fFlags & (RTSEMWAIT_FLAGS_MILLISECS | RTSEMWAIT_FLAGS_ABSOLUTE))
82 if (fFlags & RTSEMWAIT_FLAGS_ABSOLUTE)
/vbox/src/VBox/Runtime/testcase/
H A DtstRTSemEventMulti.cpp110 RTSEMWAIT_FLAGS_RESUME | RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_ABSOLUTE,
114 RTSEMWAIT_FLAGS_RESUME | RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_ABSOLUTE,
141 RTSEMWAIT_FLAGS_RESUME | RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_ABSOLUTE,
145 RTSEMWAIT_FLAGS_RESUME | RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_ABSOLUTE,
149 RTSEMWAIT_FLAGS_RESUME | RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_ABSOLUTE,
153 RTSEMWAIT_FLAGS_RESUME | RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_ABSOLUTE,
157 RTSEMWAIT_FLAGS_RESUME | RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_ABSOLUTE,
163 RTSEMWAIT_FLAGS_RESUME | RTSEMWAIT_FLAGS_MILLISECS | RTSEMWAIT_FLAGS_ABSOLUTE,
167 RTSEMWAIT_FLAGS_RESUME | RTSEMWAIT_FLAGS_MILLISECS | RTSEMWAIT_FLAGS_ABSOLUTE,
171 RTSEMWAIT_FLAGS_RESUME | RTSEMWAIT_FLAGS_MILLISECS | RTSEMWAIT_FLAGS_ABSOLUTE,
[all...]
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemevent-r0drv-haiku.c196 else if (fFlags & RTSEMWAIT_FLAGS_ABSOLUTE)
H A Dsemmutex-r0drv-haiku.c144 else if (fFlags & RTSEMWAIT_FLAGS_ABSOLUTE)
H A Dsemeventmulti-r0drv-haiku.c222 else if (fFlags & RTSEMWAIT_FLAGS_ABSOLUTE)
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dwaitqueue-r0drv-linux.h138 if ( (fFlags & (RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_ABSOLUTE))
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvSem.cpp205 uint32_t fFlags = RTSEMWAIT_FLAGS_ABSOLUTE | RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_INTERRUPTIBLE;
404 uint32_t fFlags = RTSEMWAIT_FLAGS_ABSOLUTE | RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_INTERRUPTIBLE;
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dsemevent-r0drv-nt.cpp195 if (fFlags & RTSEMWAIT_FLAGS_ABSOLUTE)
H A Dsemeventmulti-r0drv-nt.cpp218 if (fFlags & RTSEMWAIT_FLAGS_ABSOLUTE)
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemeventwait-r0drv-solaris.h147 if ( ( (fFlags & (RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_ABSOLUTE))
/vbox/src/VBox/Runtime/r3/win/
H A Dsemeventmulti-win.cpp257 if (fFlags & RTSEMWAIT_FLAGS_ABSOLUTE)
/vbox/include/iprt/
H A Dsemaphore.h53 * RTSEMWAIT_FLAGS_ABSOLUTE must be set, unless
69 #define RTSEMWAIT_FLAGS_ABSOLUTE RT_BIT_32(1) macro
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemeventmulti-posix.cpp469 if (fFlags & RTSEMWAIT_FLAGS_ABSOLUTE)
/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp1832 RTSEMWAIT_FLAGS_ABSOLUTE | RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_INTERRUPTIBLE,

Completed in 84 milliseconds