Home
last modified time | relevance | path

Searched refs:mach_get_times (Results 1 – 8 of 8) sorted by relevance

/xnu-8796.141.3/tests/
H A Dntp_adjtime_29192647.c66 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 Dmach_get_times.c15 T_DECL(mach_get_times, "mach_get_times()",
22 …T_QUIET; T_ASSERT_EQ(mach_get_times(&last_absolute, &last_continuous, &gtod_ts), KERN_SUCCESS, NUL…
27 T_QUIET; T_ASSERT_EQ(mach_get_times(&absolute, &continuous, &gtod_ts), KERN_SUCCESS, NULL);
H A Dmach_continuous_time.c35 mach_get_times(a, c, NULL); in update()
H A DMakefile343 mach_get_times: OTHER_LDFLAGS += -ldarwintest_utils target
/xnu-8796.141.3/osfmk/mach/
H A Dmach_time.h77 kern_return_t mach_get_times(uint64_t* absolute_time,
/xnu-8796.141.3/libsyscall/wrappers/
H A Dmach_get_times.c39 mach_get_times(uint64_t* absolute_time, uint64_t* cont_time, struct timespec *tp) in mach_get_times() function
/xnu-8796.141.3/tests/ktrace/
H A Dkdebug_coproc_tests.c176 kern_return_t kr = mach_get_times(&cur_abs_time, &cur_cont_time, NULL); in expect_convert_between_abs_cont()
/xnu-8796.141.3/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj68 …0EC1B7D3BF400ACB44C /* mach_get_times.c in Sources */ = {isa = PBXBuildFile; fileRef = 14FE60EB1B7…
487 …BED00ACB44C /* mach_get_times.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
907 14FE60EB1B7D3BED00ACB44C /* mach_get_times.c */,
1538 14FE60EC1B7D3BF400ACB44C /* mach_get_times.c in Sources */,