Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/sched/
H A Dsetitimer.c90 struct thsc_time_cpi self_stats; member
133 int rv = thread_selfcounts(THSC_TIME_CPI, &entry->self_stats, sizeof(entry->self_stats)); in fill_thread_stats()
442 uint64_t user_time = abs_to_nanos_host(gThreadList[i].self_stats.ttci_user_time_mach);
443 uint64_t system_time = abs_to_nanos_host(gThreadList[i].self_stats.ttci_system_time_mach);
484 gThreadList[i].self_stats.ttci_instructions,
485 gThreadList[i].self_stats.ttci_cycles,