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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandQueue.cpp221 rtn = semaphore_timedwait(producerSema, MACH_TIMESPEC_ZERO);
269 rtn = semaphore_timedwait(producerSema, MACH_TIMESPEC_ZERO);
/darwin-on-arm/xnu/osfmk/kern/
H A Dclock.h242 #define MACH_TIMESPEC_ZERO ((mach_timespec_t) { 0, 0 } ) macro
270 #define MACH_TIMESPEC_ZERO ((mach_timespec_t) { 0, 0 } ) macro
H A Dclock_oldops.c815 mach_timespec_t value = MACH_TIMESPEC_ZERO;
/darwin-on-arm/xnu/bsd/kern/
H A Dposix_sem.c904 kret = semaphore_timedwait(pinfo->psem_semobject, MACH_TIMESPEC_ZERO);

Completed in 38 milliseconds