Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/
H A Dsetitimer.c85 uint32_t prof_count; member
419 gThreadList[i].prof_count,
430 total_prof += gThreadList[i].prof_count;
473 if (gThreadList[0].prof_count * 100 / total_prof > 1) {
475 gThreadList[0].prof_count,
608 os_atomic_inc(&entry->prof_count, relaxed); in alrm_handler()