Home
last modified time | relevance | path

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

/xnu-10063.141.1/tests/recount/
H A Drecount_tests.c512 int counts_size = (int)sizeof(struct proc_threadcounts) +
514 struct proc_threadcounts *before = malloc((unsigned int)counts_size);
517 struct proc_threadcounts *after = malloc((unsigned int)counts_size);
580 int counts_size = (int)sizeof(struct proc_threadcounts) +
582 struct proc_threadcounts *counts = malloc((unsigned int)counts_size);
/xnu-10063.141.1/bsd/sys/
H A Dproc_info_private.h99 struct proc_threadcounts { struct
218 #define PROC_PIDTHREADCOUNTS_SIZE (sizeof(struct proc_threadcounts))
/xnu-10063.141.1/doc/observability/
H A Drecount.md35 | `proc_threadcounts` | thread | thread ID | F | ✓ | ✓ | ✓ | ✓ …