Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/recount/
H A Drecount_tests.c511 int counts_size = (int)sizeof(struct proc_threadcounts) +
513 struct proc_threadcounts *before = malloc((unsigned int)counts_size);
516 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-12377.1.9/bsd/sys/
H A Dproc_info_private.h97 struct proc_threadcounts { struct
227 #define PROC_PIDTHREADCOUNTS_SIZE (sizeof(struct proc_threadcounts))
/xnu-12377.1.9/doc/observability/
H A Drecount.md35 | `proc_threadcounts` | thread | thread ID | F | ✓ | ✓ | ✓ | ✓ …