Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/sched/
H A Dthread_group_fairness.c151 …uint64_t thread_usr_usec = (uint64_t) (info.user_time.seconds) * USEC_PER_SEC + (uint64_t) info.us… in snapshot_user_time_usec() local
152 cumulative_user_time_usec += thread_usr_usec; in snapshot_user_time_usec()