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

/darwin-on-arm/xnu/osfmk/i386/
H A Dcpu_topology.h89 * LCPU_PAUSE This indicates that the CPU is "paused". This is usually
105 LCPU_PAUSE = 3, enumerator in enum:lcpu_state
H A DpmCPU.c182 cpup->lcpu.state = LCPU_PAUSE;
187 cpup->lcpu.state = LCPU_PAUSE;
601 lcpu->state = LCPU_PAUSE;
603 while (lcpu->state == LCPU_PAUSE)

Completed in 22 milliseconds