Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/sched/
H A Dsetitimer.c88 uint32_t prof_count; member
482 gThreadList[i].prof_count,
493 total_prof += gThreadList[i].prof_count;
536 if (gThreadList[0].prof_count * 100 / total_prof > 1) {
538 gThreadList[0].prof_count,
675 os_atomic_inc(&entry->prof_count, relaxed); in alrm_handler()