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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DpmsCPU.c279 (void)cpu_broadcast(&pmsBroadcastWait, pmsCPURemote, nstep); /* Tell everyone else to do it too */
295 if(!hw_atomic_sub(&pmsBroadcastWait, 1)) { /* Drop the wait count */
296 thread_wakeup((event_t)&pmsBroadcastWait); /* If we were the last, wake up the signaller */
H A Dpms.c47 uint32_t pmsBroadcastWait = 0; /* Number of outstanding broadcasts */ variable
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpms.h151 extern uint32_t pmsBroadcastWait; /* Number of outstanding broadcasts */

Completed in 53 milliseconds