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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp217 * sKextLock and sKextInnerLock are recursive due to multiple functions
226 * 2. sKextInnerLock
320 * sKextInnerLock protects against cross-calls with IOService and
325 * When both sKextLock and sKextInnerLock need to be taken,
331 static IORecursiveLock * sKextInnerLock = NULL; variable
377 * End scope for sKextInnerLock-protected variables.
586 sKextInnerLock = IORecursiveLockAlloc();
590 assert(sKextInnerLock);
1248 IORecursiveLockLock(sKextInnerLock);
1250 IORecursiveLockUnlock(sKextInnerLock);
[all...]

Completed in 16 milliseconds