Searched refs:gtod_ts (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.81.5/tests/ |
| H A D | mach_get_times.c | 19 struct timespec gtod_ts; variable 22 …T_QUIET; T_ASSERT_EQ(mach_get_times(&last_absolute, &last_continuous, >od_ts), KERN_SUCCESS, NUL… 23 last_gtod = timespec2nanosec(>od_ts); 27 T_QUIET; T_ASSERT_EQ(mach_get_times(&absolute, &continuous, >od_ts), KERN_SUCCESS, NULL); 28 gtod = timespec2nanosec(>od_ts); 44 gtod_ts.tv_sec = 0; gtod_ts.tv_nsec = 0;
|
| H A D | gettimeofday.c | 36 struct timeval gtod_ts; 42 T_ASSERT_POSIX_ZERO(__gettimeofday_with_mach(>od_ts, NULL, &mach_time), NULL); 43 T_ASSERT_GT(gtod_ts.tv_sec, 0L, NULL);
|