Home
last modified time | relevance | path

Searched refs:thread_creation_count (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dextmod_statistics.c122 target->extmod_statistics.thread_creation_count++; in extmod_statistics_incr_thread_create()
123 OSIncrementAtomic64(&host_extmod_statistics.thread_creation_count); in extmod_statistics_incr_thread_create()
/xnu-11215/osfmk/mach/
H A Dvm_statistics.h197 int64_t thread_creation_count; /* # of threads created in task */ member