Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/recount/
H A Drecount_tests.c127 struct usr_sys_times { struct
133 _assert_increasing(struct usr_sys_times *before, struct usr_sys_times *after, in _assert_increasing() argument
143 test_usr_sys_time_sanity(struct usr_sys_times (*fn)(pid_t), const char *name) in test_usr_sys_time_sanity()
145 struct usr_sys_times init = fn(getpid()); in test_usr_sys_time_sanity()
149 struct usr_sys_times thread_active = fn(getpid()); in test_usr_sys_time_sanity()
156 struct usr_sys_times thread_top_active = fn(getpid()); in test_usr_sys_time_sanity()
162 struct usr_sys_times thread_top_gone = fn(getpid()); in test_usr_sys_time_sanity()
168 struct usr_sys_times thread_gone = fn(getpid()); in test_usr_sys_time_sanity()
183 static struct usr_sys_times
188 return (struct usr_sys_times){ in proc_pid_rusage_times()
[all …]