Searched refs:usr_sys_times (Results 1 – 1 of 1) sorted by relevance
127 struct usr_sys_times { struct133 _assert_increasing(struct usr_sys_times *before, struct usr_sys_times *after, in _assert_increasing() argument143 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_times188 return (struct usr_sys_times){ in proc_pid_rusage_times()[all …]