Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/sched/
H A Dcluster_bound_threads.c104 …uint64_t bound_usr_usec = bound_thread_info.user_time.seconds * USEC_PER_SEC + bound_thread_info.u… variable
106 T_ASSERT_GT(bound_usr_usec, 75000, "Check that bound thread got atleast 75ms CPU time");