Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSKext.cpp553 static IOLock * sKextLoggingLock = NULL; variable
980 sKextLoggingLock = IOLockAlloc(); in initialize()
984 assert(sKextLoggingLock); in initialize()
15127 IOLockLock(sKextLoggingLock);
15143 IOLockUnlock(sKextLoggingLock);
15180 IOLockLock(sKextLoggingLock);
15193 IOLockUnlock(sKextLoggingLock);
15220 IOLockLock(sKextLoggingLock);
15222 IOLockUnlock(sKextLoggingLock);
15345 IOLockLock(sKextLoggingLock);
[all …]