Searched refs:thread_selfcounts (Results 1 – 3 of 3) sorted by relevance
64 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))
311 thread_selfcounts(__unused struct proc *p, in thread_selfcounts() function
2709 thread_selfcounts(__unused struct proc *p, __unused struct thread_selfcounts_args *uap, __unused in… in thread_selfcounts() function