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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp228 * 4. sKextLoggingLock
364 * sKextLoggingLock protects the logging variables declared immediately below.
366 static IOLock * sKextLoggingLock = NULL; variable
590 sKextLoggingLock = IOLockAlloc();
594 assert(sKextLoggingLock);
9204 /* Do not call any function that takes sKextLoggingLock during
9207 IOLockLock(sKextLoggingLock);
9226 IOLockUnlock(sKextLoggingLock);
9260 /* Do not call any function that takes sKextLoggingLock during
9263 IOLockLock(sKextLoggingLock);
[all...]

Completed in 125 milliseconds