Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dkpc_thread.c51 int kpc_threads_counting = 0; variable
73 kpc_threads_counting_tmp = kpc_threads_counting; in kpc_get_thread_counting()
96 kpc_threads_counting = FALSE; in kpc_set_thread_counting()
106 kpc_threads_counting = TRUE; in kpc_set_thread_counting()
189 kpc_off_cpu_active = kpc_threads_counting; in kpc_off_cpu_update()
195 if (kpc_threads_counting) { in kpc_off_cpu_internal()
204 if (!kpc_threads_counting) { in kpc_thread_create()
H A Dkpc.h148 extern int kpc_threads_counting;