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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptAccounting.cpp40 IOLock * gInterruptAccountingDataListLock = NULL; variable
50 gInterruptAccountingDataListLock = IOLockAlloc();
52 assert(gInterruptAccountingDataListLock);
59 IOLockLock(gInterruptAccountingDataListLock);
61 IOLockUnlock(gInterruptAccountingDataListLock);
66 IOLockLock(gInterruptAccountingDataListLock);
68 IOLockUnlock(gInterruptAccountingDataListLock);

Completed in 153 milliseconds