Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/
H A Dmonotonic_core.c71 extern int thread_selfcounts(int type, void *buf, size_t nbytes);
78 err = thread_selfcounts(1, &counts[0], sizeof(counts[0]));
80 err = thread_selfcounts(1, &counts[1], sizeof(counts[1]));
161 extern int thread_selfcounts(int, void *, size_t); in spin_thread_self_counts()
164 (void)thread_selfcounts(1, &counts, sizeof(counts)); in spin_thread_self_counts()
270 extern int thread_selfcounts(int type, void *buf, size_t nbytes);
283 r1 = thread_selfcounts(1, &counts[0], sizeof(counts[0]));
284 r2 = thread_selfcounts(1, &counts[1], sizeof(counts[1]));
/xnu-8019.80.24/bsd/dev/
H A Dmonotonic.c311 thread_selfcounts(__unused struct proc *p, in thread_selfcounts() function
/xnu-8019.80.24/tests/ktrace/
H A Dkdebug_tests.c1576 extern int thread_selfcounts(int type, void *buf, size_t nbytes); in get_thread_counters()
1584 thread_selfcounts(1, tc_info->counts, sizeof(tc_info->counts)); in get_thread_counters()
/xnu-8019.80.24/bsd/kern/
H A Dkern_resource.c2709 thread_selfcounts(__unused struct proc *p, __unused struct thread_selfcounts_args *uap, __unused in… in thread_selfcounts() function