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

/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/trace.tproj/
H A Dtrace.c790 uint64_t ending_abstime; local
872 ending_abstime = mach_absolute_time() + (uint64_t)((double)secs_to_run * (double)1000000 * divisor);
939 if (current_abs > ending_abstime)
941 ms_to_run = (ending_abstime - current_abs) / (1000 * 1000);
/macosx-10.9.5/system_cmds-597.90.1/trace.tproj/
H A Dtrace.c790 uint64_t ending_abstime; local
872 ending_abstime = mach_absolute_time() + (uint64_t)((double)secs_to_run * (double)1000000 * divisor);
939 if (current_abs > ending_abstime)
941 ms_to_run = (ending_abstime - current_abs) / (1000 * 1000);

Completed in 45 milliseconds