Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dkpc_thread.c49 int kpc_threads_counting = 0; variable
71 kpc_threads_counting_tmp = kpc_threads_counting; in kpc_get_thread_counting()
94 kpc_threads_counting = FALSE; in kpc_set_thread_counting()
104 kpc_threads_counting = TRUE; in kpc_set_thread_counting()
187 kpc_off_cpu_active = kpc_threads_counting; in kpc_off_cpu_update()
193 if (kpc_threads_counting) { in kpc_off_cpu_internal()
202 if (!kpc_threads_counting) { in kpc_thread_create()
H A Dkpc.h150 extern int kpc_threads_counting;