Home
last modified time | relevance | path

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

/xnu-11215/tests/recount/
H A Drecount_tests.c514 int counts_size = (int)sizeof(struct proc_threadcounts) +
516 struct proc_threadcounts *before = malloc((unsigned int)counts_size);
519 struct proc_threadcounts *after = malloc((unsigned int)counts_size);
583 int counts_size = (int)sizeof(struct proc_threadcounts) +
585 struct proc_threadcounts *counts = malloc((unsigned int)counts_size);
/xnu-11215/bsd/sys/
H A Dproc_info_private.h100 struct proc_threadcounts { struct
223 #define PROC_PIDTHREADCOUNTS_SIZE (sizeof(struct proc_threadcounts))
/xnu-11215/doc/observability/
H A Drecount.md35 | `proc_threadcounts` | thread | thread ID | F | ✓ | ✓ | ✓ | ✓ …