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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp340 static bool sSystemSleep = false; // true when system going to sleep variable
6329 if (sSystemSleep) {
6416 if (OSKext::getAutounloadEnabled() && !sSystemSleep) {
6466 sSystemSleep = true;
6469 sSystemSleep = false;

Completed in 276 milliseconds