Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/recount/
H A Drecount_perf_tests.c161 int after_ret = proc_pidinfo(pid, PROC_PIDTASKINFO, 0, &after, in proc_pidtaskinfo_usage() local
169 T_ASSERT_POSIX_SUCCESS(after_ret, in proc_pidtaskinfo_usage()
202 int after_ret = proc_pid_rusage(pid, RUSAGE_INFO_V5, in proc_pid_rusage_usage() local
209 T_ASSERT_POSIX_SUCCESS(after_ret, "proc_pid_rusage()"); in proc_pid_rusage_usage()
265 int after_ret = getrusage(RUSAGE_SELF, &after); in getrusage_usage() local
270 T_ASSERT_POSIX_SUCCESS(after_ret, "getrusage()"); in getrusage_usage()
286 int after_ret = thread_selfcounts(THSC_TIME_CPI, &after, sizeof(after)); in thread_selfcounts_usage() local
292 T_ASSERT_POSIX_SUCCESS(after_ret, "thread_selfcounts(THSC_TIME_CPI, ...)"); in thread_selfcounts_usage()