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

/darwin-on-arm/xnu/osfmk/i386/
H A Dcpu_topology.h168 uint32_t active_lcpus; /* Number of {running, idle} cpus */ member in struct:x86_core
H A Dcpu_threads.c961 if (core->active_lcpus == 0)
963 core->active_lcpus += 1;
983 core->active_lcpus -= 1;
984 if (core->active_lcpus == 0)

Completed in 21 milliseconds