Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIOSyncer.cpp54 if (!(guardLock = IOSimpleLockAlloc())) { in init()
H A DIODMAEventSource.cpp73 dmaCommandsCompletedLock = IOSimpleLockAlloc(); in init()
H A DIOLocks.cpp361 IOSimpleLockAlloc( void ) in IOSimpleLockAlloc() function
H A DIOWorkLoop.cpp146 if (!(workToDoLock = IOSimpleLockAlloc())) { in init()
H A DIOInterruptController.cpp567 controllerLock = IOSimpleLockAlloc(); in initInterruptController()
H A DIOReporter.cpp203 _reporterLock = IOSimpleLockAlloc(); in init()
H A DIOPerfControl.cpp104 workTableLock = IOSimpleLockAlloc(); in init()
H A DIOUserServer.cpp1509 inst->ivars->lock = IOSimpleLockAlloc(); in Create_Impl()
/xnu-12377.61.12/tools/tests/testkext/
H A Dtestthreadcall.cpp51 tlock = IOSimpleLockAlloc(); in start()
/xnu-12377.61.12/iokit/IOKit/
H A DIOLocks.h434 IOSimpleLock * IOSimpleLockAlloc( void );
/xnu-12377.61.12/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp423 lock = IOSimpleLockAlloc(); in IOMemoryPrefaultTest()