| /xnu-11215.81.4/iokit/Kernel/ |
| H A D | IOConditionLock.cpp | 52 cond_interlock = IOLockAlloc(); in OSDefineMetaClassAndStructors() 53 sleep_interlock = IOLockAlloc(); in OSDefineMetaClassAndStructors()
|
| H A D | IOInterruptAccounting.cpp | 56 gInterruptAccountingDataListLock = IOLockAlloc(); in interruptAccountingInit()
|
| H A D | IOPMPowerStateQueue.cpp | 56 queueLock = IOLockAlloc(); in init()
|
| H A D | IOCommandQueue.cpp | 105 producerLock = IOLockAlloc(); in OSDefineMetaClassAndStructors()
|
| H A D | IOCPU.cpp | 73 gIOCPUsLock = IOLockAlloc(); in IOCPUInitialize() 621 vectors[cnt].interruptLock = IOLockAlloc(); in initCPUInterruptController()
|
| H A D | IOMapper.cpp | 71 fWaitLock = IOLockAlloc(); in IOMapperLock()
|
| H A D | IOLocks.cpp | 54 IOLockAlloc( void ) in IOLockAlloc() function
|
| H A D | IOPlatformActions.cpp | 214 gIOPlatformActionsLock = IOLockAlloc(); in IOPlatformActionsInitialize()
|
| H A D | IOInterruptController.cpp | 574 vectors[cnt].interruptLock = IOLockAlloc(); in initInterruptController()
|
| H A D | IOReporter.cpp | 210 _configLock = IOLockAlloc(); in init()
|
| H A D | IOPerfControl.cpp | 70 shared->interfaceLock = IOLockAlloc(); in init()
|
| H A D | IOPMrootDomain.cpp | 1614 featuresDictLock = IOLockAlloc(); in start() 1615 settingsCtrlLock = IOLockAlloc(); in start() 1616 wakeEventLock = IOLockAlloc(); in start() 1617 gHaltLogLock = IOLockAlloc(); in start() 1703 pmStatsLock = IOLockAlloc(); in start() 9972 me->pmTraceWorkerLock = IOLockAlloc(); 9998 IOLock *l = IOLockAlloc(); 10180 me->lock = IOLockAlloc(); 10427 gPMHaltLock = IOLockAlloc(); 11312 me->assertionsArrayLock = IOLockAlloc();
|
| H A D | IOUserServer.cpp | 1804 inst->ivars->lock = IOLockAlloc(); in Create_Impl() 4162 inst->fLock = IOLockAlloc(); in OSDefineMetaClassAndStructors() 4619 vars->uvarsLock = IOLockAlloc(); in serviceAttach() 5948 fLock = IOLockAlloc(); in OSDefineMetaClassAndStructors() 6799 ivars->fLock = IOLockAlloc(); in init() 7044 vars->fLock = IOLockAlloc(); in initialize()
|
| H A D | IOServicePM.cpp | 339 gIOPMInitLock = IOLockAlloc(); in allocPMInitLock() 449 fPMLock = IOLockAlloc(); in PMinit() 461 fActivityLock = IOLockAlloc(); in PMinit() 489 fWatchdogLock = IOLockAlloc(); in PMinit() 8922 fLock = IOLockAlloc(); in init()
|
| H A D | IOLib.cpp | 1298 a->lock = IOLockAlloc(); in iopa_init()
|
| H A D | IODeviceTreeSupport.cpp | 173 gIODTResolvers->lock = IOLockAlloc(); in IODeviceTreeAlloc()
|
| H A D | IOPlatformExpert.cpp | 160 gIOInterruptControllersLock = IOLockAlloc(); in start()
|
| H A D | IODMACommand.cpp | 342 fInternalState->fDextLock = IOLockAlloc(); in setSpecification()
|
| /xnu-11215.81.4/iokit/Examples/drvGenericInterruptController/ |
| H A D | GenericInterruptController.cpp | 76 vectors[cnt].interruptLock = IOLockAlloc(); in start()
|
| /xnu-11215.81.4/tools/tests/testkext/ |
| H A D | testthreadcall.cpp | 63 tlock2 = IOLockAlloc(); in start()
|
| /xnu-11215.81.4/libkern/c++/ |
| H A D | OSMetaClass.cpp | 340 sAllClassesLock = IOLockAlloc(); in initialize() 341 sStalledClassesLock = IOLockAlloc(); in initialize() 342 sInstancesLock = IOLockAlloc(); in initialize()
|
| /xnu-11215.81.4/iokit/IOKit/ |
| H A D | IOLocks.h | 78 IOLock * IOLockAlloc( void );
|
| /xnu-11215.81.4/iokit/Exclaves/ |
| H A D | Exclaves.cpp | 224 ref->exclave_interrupts_lock = IOLockAlloc(); in exclaveStart() 226 ref->exclave_timers_lock = IOLockAlloc(); in exclaveStart() 227 ref->exclaveAsyncNotificationEventSourcesLock = IOLockAlloc(); in exclaveStart()
|
| /xnu-11215.81.4/iokit/bsddev/skywalk/ |
| H A D | IOSkywalkSupport.cpp | 653 fArenaLock = IOLockAlloc(); in OSDefineMetaClassAndFinalStructors() 921 fRegionLock = IOLockAlloc(); in OSDefineMetaClassAndFinalStructors()
|
| /xnu-11215.81.4/iokit/Tests/ |
| H A D | Tests.cpp | 1607 IOLock * lock = IOLockAlloc(); in IOUserNotificationTests()
|