Home
last modified time | relevance | path

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

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