Home
last modified time | relevance | path

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

/xnu-11215.81.4/iokit/IOKit/
H A DIOLocks.h167 void IOLockInlineDestroy(IOLock *);
/xnu-11215.81.4/iokit/Kernel/
H A DIOLocks.cpp66 IOLockInlineDestroy( IOLock * lock) in IOLockInlineDestroy() function
H A DIOUserClient.cpp416 IOLockInlineDestroy(&lock); in free()
482 IOLockInlineDestroy(&lock); in free()
1933 IOLockInlineDestroy(&filterLock); in free()
H A DIOService.cpp858 IOLockInlineDestroy(&reserved->interruptStatisticsLock); in free()
/xnu-11215.81.4/iokit/Tests/
H A DTests.cpp1968 IOLockInlineDestroy(&threadArgs.lock); in TestLockForArbitration()