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

/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp218 * sKextLock and sKextInnerLock are recursive due to multiple functions
227 * 2. sKextInnerLock
322 * sKextInnerLock protects against cross-calls with IOService and
327 * When both sKextLock and sKextInnerLock need to be taken,
333 static IORecursiveLock * sKextInnerLock = NULL; variable
384 * End scope for sKextInnerLock-protected variables.
592 sKextInnerLock = IORecursiveLockAlloc();
596 assert(sKextInnerLock);
1246 IORecursiveLockLock(sKextInnerLock);
1248 IORecursiveLockUnlock(sKextInnerLock);
[all...]

Completed in 28 milliseconds