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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp334 static bool sConsiderUnloadsCalled = false; variable
6194 * OSKext::considerUnloads() call, which sets sConsiderUnloadsCalled
6198 if (sConsiderUnloadsCalled && sKxldContext) {
6425 sConsiderUnloadsCalled ? "" : "initial ",
6438 if (!sConsiderUnloadsCalled) {
6439 sConsiderUnloadsCalled = true;

Completed in 208 milliseconds