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

/xnu-2782.1.97/osfmk/i386/
H A Dmp.c136 static volatile int mp_rv_ncpus; variable
884 while (mp_rv_entry < mp_rv_ncpus) {
899 while (mp_rv_exit < mp_rv_ncpus) {
950 mp_rv_ncpus = i386_active_cpus();
963 while (mp_rv_complete < mp_rv_ncpus) {

Completed in 24 milliseconds