Home
last modified time | relevance | path

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

/xnu-8792.81.2/iokit/Kernel/
H A DIOReporter.cpp163 _reporterLock = NULL; in init()
203 _reporterLock = IOSimpleLockAlloc(); in init()
204 if (!_reporterLock) { in init()
248 if (_reporterLock) { in free()
249 IOSimpleLockFree(_reporterLock); in free()
398 _interruptState = IOSimpleLockLockDisableInterrupt(_reporterLock); in lockReporter()
407 IOSimpleLockUnlockEnableInterrupt(_reporterLock, _interruptState); in unlockReporter()
/xnu-8792.81.2/iokit/IOKit/
H A DIOKernelReporters.h807 IOSimpleLock *_reporterLock; variable