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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp228 * 4. sKextLoggingLock
361 * sKextLoggingLock protects the logging variables declared immediately below.
363 static IOLock * sKextLoggingLock = NULL; variable
588 sKextLoggingLock = IOLockAlloc();
592 assert(sKextLoggingLock);
9239 /* Do not call any function that takes sKextLoggingLock during
9242 IOLockLock(sKextLoggingLock);
9261 IOLockUnlock(sKextLoggingLock);
9295 /* Do not call any function that takes sKextLoggingLock during
9298 IOLockLock(sKextLoggingLock);
[all...]

Completed in 34 milliseconds