Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dresource_private.h64 int thread_selfcounts(thread_selfcounts_kind_t kind, void *dst, size_t size);
70 #define thread_selfcounts_cpi(DST) thread_selfcounts(THSC_CPI, (DST), sizeof(struct thsc_cpi))
/xnu-8020.101.4/bsd/dev/
H A Dmonotonic.c311 thread_selfcounts(__unused struct proc *p, in thread_selfcounts() function
/xnu-8020.101.4/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