Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dextmod_statistics.c106 ttask->extmod_statistics.thread_set_state_count++; in extmod_statistics_incr_thread_set_state()
107 OSIncrementAtomic64(&host_extmod_statistics.thread_set_state_count); in extmod_statistics_incr_thread_set_state()
/xnu-11215/osfmk/mach/
H A Dvm_statistics.h199 int64_t thread_set_state_count; /* # of register state sets in task */ member