Searched refs:mach_timespec_t (Results 1 - 25 of 49) sorted by relevance

12

/macosx-10.10.1/xnu-2782.1.97/libsyscall/mach/
H A Dclock_sleep.c36 mach_timespec_t sleep_time,
37 mach_timespec_t *wake_time)
H A Dsemaphore.c61 semaphore_timedwait(mach_port_t wait_semaphore, mach_timespec_t wait_time)
77 mach_timespec_t wait_time)
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dclock_reply.defs54 alarm_time : mach_timespec_t);
H A Dclock.defs59 out cur_time : mach_timespec_t);
77 alarm_time : mach_timespec_t;
H A Dsemaphore.defs72 wait_time : mach_timespec_t);
81 wait_time : mach_timespec_t);
H A Dsemaphore.h67 mach_timespec_t wait_time);
74 mach_timespec_t wait_time);
89 mach_timespec_t wait_time);
99 mach_timespec_t wait_time);
103 mach_timespec_t wait_time);
H A Dclock_priv.defs58 new_time : mach_timespec_t);
H A Dclock_types.defs62 type mach_timespec_t = struct[2] of int;
H A Dclock_types.h65 typedef struct mach_timespec mach_timespec_t; typedef in typeref:struct:mach_timespec
H A Dsync.defs143 wait_time : mach_timespec_t);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dclock_oldops.c73 mach_timespec_t al_time; /* alarm time */
114 mach_timespec_t *alarm_time);
118 mach_timespec_t *alarm_time,
119 mach_timespec_t *clock_time);
128 mach_timespec_t *sleep_time);
133 mach_timespec_t *cur_time);
147 mach_timespec_t *cur_time);
287 mach_timespec_t *cur_time) /* OUT */
296 mach_timespec_t *time) /* OUT */
310 mach_timespec_t *tim
[all...]
H A Dclock.h73 mach_timespec_t *cur_time);
239 #define MACH_TIMESPEC_MAX ((mach_timespec_t) { \
242 #define MACH_TIMESPEC_ZERO ((mach_timespec_t) { 0, 0 } )
262 extern mach_timespec_t clock_get_system_value(void) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_2_0, __IPHONE_6_0);
264 extern mach_timespec_t clock_get_calendar_value(void) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_2_0, __IPHONE_6_0);
270 #define MACH_TIMESPEC_ZERO ((mach_timespec_t) { 0, 0 } )
H A Dsync_sema.c815 mach_timespec_t wait_time)
866 mach_timespec_t wait_time;
967 mach_timespec_t wait_time)
1012 mach_timespec_t wait_time;
/macosx-10.10.1/xnu-2782.1.97/libsyscall/mach/mach/
H A Dmach.h135 mach_timespec_t,
136 mach_timespec_t *);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOTimerEventSource.h159 virtual IOReturn setTimeout(mach_timespec_t interval)
196 virtual IOReturn wakeAtTime(mach_timespec_t abstime)
H A DIOLib.h393 void IOGetTime( mach_timespec_t * clock_time) __attribute__((deprecated));
401 extern mach_timespec_t IOZeroTvalspec;
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dentropy.cpp152 mach_timespec_t buffer[timingsToCollect];
162 size_t size = sizeof(mach_timespec_t) * timingsToCollect;
/macosx-10.10.1/xnu-2782.1.97/iokit/Tests/
H A DTestDevice.cpp42 static mach_timespec_t hundredMill = { 0, 100000000 };
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dmisc_protos.h110 mach_timespec_t *cur_time);
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dnanosleep.c79 mach_timespec_t current;
80 mach_timespec_t completion;
115 /* This depends on the layout of a mach_timespec_t and timespec_t being equivalent */
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOStartIOKit.cpp65 mach_timespec_t t;
H A DIOTimerEventSource.cpp288 IOReturn IOTimerEventSource::setTimeout(mach_timespec_t interval)
336 IOReturn IOTimerEventSource::wakeAtTime(mach_timespec_t inAbstime)
/macosx-10.10.1/xnu-2782.1.97/iokit/bsddev/
H A DIOKitBSDInit.cpp315 mach_timespec_t t;
638 kern_return_t IOBSDGetPlatformUUID( uuid_t uuid, mach_timespec_t timeout )
744 mach_timespec_t tv = { 5, 0 }; // wait up to "timeout" seconds for the device
/macosx-10.10.1/xnu-2782.1.97/osfmk/device/
H A Diokit_rpc.c613 void IOGetTime( mach_timespec_t * clock_time);
614 void IOGetTime( mach_timespec_t * clock_time)
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireNub.h144 mach_timespec_t fAsyncTimeout; // Guesstimate of how long to wait for response

Completed in 223 milliseconds

12