Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/IOKit/
H A DIOLocks.h162 void IOLockInlineDestroy(IOLock *);
/xnu-10063.141.1/iokit/Kernel/
H A DIOLocks.cpp66 IOLockInlineDestroy( IOLock * lock) in IOLockInlineDestroy() function
H A DIOUserClient.cpp415 IOLockInlineDestroy(&lock); in free()
481 IOLockInlineDestroy(&lock); in free()
1932 IOLockInlineDestroy(&filterLock); in free()
H A DIOService.cpp849 IOLockInlineDestroy(&reserved->interruptStatisticsLock); in free()
/xnu-10063.141.1/iokit/Tests/
H A DTests.cpp1967 IOLockInlineDestroy(&threadArgs.lock); in TestLockForArbitration()