Searched refs:abstime1 (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/tests/ |
| H A D | ntp_adjtime_29192647.c | 195 uint64_t abstime1, abstime2, abs_delta, num, den, time_delta; variable 247 T_QUIET; T_ASSERT_EQ(mach_get_times(&abstime1, NULL, &time), KERN_SUCCESS, NULL); 257 abs_delta = abstime2 - abstime1; 322 T_QUIET; T_ASSERT_EQ(mach_get_times(&abstime1, NULL, &time), KERN_SUCCESS, NULL); 341 abs_delta = abstime2 - abstime1;
|