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

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp229 * 4. sKextLoggingLock
368 * sKextLoggingLock protects the logging variables declared immediately below.
370 static IOLock * sKextLoggingLock = NULL; variable
594 sKextLoggingLock = IOLockAlloc();
598 assert(sKextLoggingLock);
9578 /* Do not call any function that takes sKextLoggingLock during
9581 IOLockLock(sKextLoggingLock);
9600 IOLockUnlock(sKextLoggingLock);
9634 /* Do not call any function that takes sKextLoggingLock during
9637 IOLockLock(sKextLoggingLock);
[all...]

Completed in 139 milliseconds