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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp338 static thread_call_t sUnloadCallout = 0; variable
1261 if (!sAutounloadEnabled && sUnloadCallout) {
1262 thread_call_cancel(sUnloadCallout);
6404 if (!sUnloadCallout) {
6405 sUnloadCallout = thread_call_allocate(&_OSKextConsiderUnloads, 0);
6415 thread_call_cancel(sUnloadCallout);
6429 thread_call_enter_delayed(sUnloadCallout, when);
6463 if (sUnloadCallout) {
6464 thread_call_cancel(sUnloadCallout);

Completed in 148 milliseconds