Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kern/
H A Drecount.c788 uint64_t *th_time = NULL, *wi_time = NULL, *tk_time = NULL, *pr_time = NULL; in recount_absorb_snap() local
790 th_time = &th_track->rt_usage.ru_user_time_mach; in recount_absorb_snap()
795 th_time = &th_track->rt_usage.ru_system_time_mach; in recount_absorb_snap()
801 recount_usage_add_snap(&th_track->rt_usage, th_time, to_add); in recount_absorb_snap()