Home
last modified time | relevance | path

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

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