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

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp336 static bool sConsiderUnloadsCalled = false; variable
6504 * OSKext::considerUnloads() call, which sets sConsiderUnloadsCalled
6508 if (sConsiderUnloadsCalled && sKxldContext) {
6750 sConsiderUnloadsCalled ? "" : "initial ",
6763 if (!sConsiderUnloadsCalled) {
6764 sConsiderUnloadsCalled = true;

Completed in 87 milliseconds