Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIOSyncer.cpp54 if (!(guardLock = IOSimpleLockAlloc())) { in init()
H A DIODMAEventSource.cpp73 dmaCommandsCompletedLock = IOSimpleLockAlloc(); in init()
H A DIOLocks.cpp323 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.cpp202 _reporterLock = IOSimpleLockAlloc(); in init()
H A DIOUserServer.cpp1440 inst->ivars->lock = IOSimpleLockAlloc(); in Create_Impl()
/xnu-8019.80.24/tools/tests/testkext/
H A Dtestthreadcall.cpp51 tlock = IOSimpleLockAlloc(); in start()
/xnu-8019.80.24/iokit/IOKit/
H A DIOLocks.h407 IOSimpleLock * IOSimpleLockAlloc( void );
/xnu-8019.80.24/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp420 lock = IOSimpleLockAlloc(); in IOMemoryPrefaultTest()