Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/i386/
H A Dcpu_topology.h164 uint32_t active_lcpus;/* Number of {running, idle} cpus */ member
H A Dcpu_threads.c972 if (core->active_lcpus == 0) { in cpu_thread_init()
975 core->active_lcpus += 1; in cpu_thread_init()
996 core->active_lcpus -= 1; in cpu_thread_halt()
997 if (core->active_lcpus == 0) { in cpu_thread_halt()