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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp123 static UInt32 gSleepOrShutdownPending = 0; variable
229 if ( OSCompareAndSwap( 0, 1, &gSleepOrShutdownPending ) ) break;
1016 gSleepOrShutdownPending = 0;
1080 gSleepOrShutdownPending = 0;
2470 if ( ! OSCompareAndSwap( 0, 1, &gSleepOrShutdownPending ) )

Completed in 25 milliseconds