Searched refs:mach_get_times (Results 1 – 9 of 9) sorted by relevance
| /xnu-11417.121.6/tests/ |
| H A D | ntp_adjtime_29192647.c | 66 T_QUIET; T_ASSERT_EQ(mach_get_times(&old_abstime, NULL, &time), KERN_SUCCESS, NULL); in get_abs_to_us_scale_factor() 72 T_QUIET; T_ASSERT_EQ(mach_get_times(&new_abstime, NULL, &time), KERN_SUCCESS, NULL); in get_abs_to_us_scale_factor() 137 T_QUIET; T_ASSERT_EQ(mach_get_times(&old_abstime, NULL, &time), KERN_SUCCESS, NULL); 164 T_QUIET; T_ASSERT_EQ(mach_get_times(&new_abstime, NULL, &time), KERN_SUCCESS, NULL); 247 T_QUIET; T_ASSERT_EQ(mach_get_times(&abstime1, NULL, &time), KERN_SUCCESS, NULL); 253 T_QUIET; T_ASSERT_EQ(mach_get_times(&abstime2, NULL, &time), KERN_SUCCESS, NULL); 322 T_QUIET; T_ASSERT_EQ(mach_get_times(&abstime1, NULL, &time), KERN_SUCCESS, NULL); 337 T_QUIET; T_ASSERT_EQ(mach_get_times(&abstime2, NULL, &time), KERN_SUCCESS, NULL);
|
| H A D | mach_get_times.c | 15 T_DECL(mach_get_times, "mach_get_times()", 22 …T_QUIET; T_ASSERT_EQ(mach_get_times(&last_absolute, &last_continuous, >od_ts), KERN_SUCCESS, NUL… 27 T_QUIET; T_ASSERT_EQ(mach_get_times(&absolute, &continuous, >od_ts), KERN_SUCCESS, NULL);
|
| H A D | setitimer.c | 30 kern_return_t mach_get_times(uint64_t* absolute_time, 278 kr = mach_get_times(&time_start, NULL, &timenow);
|
| H A D | mach_continuous_time.c | 35 mach_get_times(a, c, NULL); in update()
|
| H A D | Makefile | 613 mach_get_times: OTHER_LDFLAGS += -ldarwintest_utils target
|
| /xnu-11417.121.6/osfmk/mach/ |
| H A D | mach_time_private.h | 42 kern_return_t mach_get_times(uint64_t* absolute_time,
|
| /xnu-11417.121.6/libsyscall/wrappers/ |
| H A D | mach_get_times.c | 39 mach_get_times(uint64_t* absolute_time, uint64_t* cont_time, struct timespec *tp) in mach_get_times() function
|
| /xnu-11417.121.6/tests/ktrace/ |
| H A D | kdebug_coproc_tests.c | 180 kern_return_t kr = mach_get_times(&cur_abs_time, &cur_cont_time, NULL); in expect_convert_between_abs_cont()
|
| /xnu-11417.121.6/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 68 …0EC1B7D3BF400ACB44C /* mach_get_times.c in Sources */ = {isa = PBXBuildFile; fileRef = 14FE60EB1B7… 492 …BED00ACB44C /* mach_get_times.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 922 14FE60EB1B7D3BED00ACB44C /* mach_get_times.c */, 1582 14FE60EC1B7D3BF400ACB44C /* mach_get_times.c in Sources */,
|