Searched refs:_absolutetime_to_nanotime (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/
H A Drtclock.c216 _absolutetime_to_nanotime(uint64_t abstime, clock_sec_t *secs, clock_usec_t *nanosecs) function
237 _absolutetime_to_nanotime(abstime, secs, nanosecs);
262 _absolutetime_to_nanotime(now, secs, nanosecs);
/darwin-on-arm/xnu/osfmk/i386/
H A Drtclock.c118 _absolutetime_to_nanotime(uint64_t abstime, clock_sec_t *secs, clock_usec_t *nanosecs) function
418 _absolutetime_to_nanotime(now, secs, nanosecs);
540 _absolutetime_to_nanotime(abstime, secs, nanosecs);

Completed in 74 milliseconds