Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Dmonotonic_core.c81 err = thread_selfcounts_cpi(&counts[0]);
83 err = thread_selfcounts_cpi(&counts[1]);
166 (void)thread_selfcounts_cpi(&counts); in spin_thread_self_counts()
284 r1 = thread_selfcounts_cpi(&counts[0]);
285 r2 = thread_selfcounts_cpi(&counts[1]);
/xnu-8020.101.4/bsd/sys/
H A Dresource_private.h70 #define thread_selfcounts_cpi(DST) thread_selfcounts(THSC_CPI, (DST), sizeof(struct thsc_cpi)) macro
/xnu-8020.101.4/tests/ktrace/
H A Dkdebug_tests.c1747 (void)thread_selfcounts_cpi(&tc_info->counts); in get_thread_counters()