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

/macosx-10.10.1/libdispatch-442.1.4/src/shims/
H A Dtime.h50 _dispatch_time_mach2nano(uint64_t machtime) function
71 _dispatch_time_mach2nano(uint64_t machtime) function
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dtime.c146 return now >= when ? 0 : _dispatch_time_mach2nano(when - now);
H A Dtrace.h232 == DISPATCH_TIMER_KIND_MACH ? _dispatch_time_mach2nano(t) : (t))
H A Dsource.c1650 tmp = _dispatch_time_mach2nano(tmp);
1659 tmp = _dispatch_time_mach2nano(tmp);

Completed in 125 milliseconds