| /xnu-8019.80.24/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 | 72 gIOCPUsLock = IOLockAlloc(); in IOCPUInitialize() 572 vectors[cnt].interruptLock = IOLockAlloc(); in initCPUInterruptController()
|
| H A D | IOLocks.cpp | 54 IOLockAlloc( void ) in IOLockAlloc() function
|
| H A D | IOMapper.cpp | 70 fWaitLock = IOLockAlloc(); in IOMapperLock()
|
| 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 | IOPerfControl.cpp | 67 shared->interfaceLock = IOLockAlloc(); in init()
|
| H A D | IOReporter.cpp | 209 _configLock = IOLockAlloc(); in init()
|
| H A D | IOPMrootDomain.cpp | 1587 featuresDictLock = IOLockAlloc(); in start() 1588 settingsCtrlLock = IOLockAlloc(); in start() 1589 wakeEventLock = IOLockAlloc(); in start() 1590 gHaltLogLock = IOLockAlloc(); in start() 1675 pmStatsLock = IOLockAlloc(); in start() 9717 me->pmTraceWorkerLock = IOLockAlloc(); in OSDefineMetaClassAndStructors() 9743 IOLock *l = IOLockAlloc(); in RTC_TRACE() 9925 me->lock = IOLockAlloc(); in worker() 10172 gPMHaltLock = IOLockAlloc(); in notifySystemShutdown() 10965 me->assertionsArrayLock = IOLockAlloc(); in pmAssertionsTracker()
|
| H A D | IOUserServer.cpp | 1662 inst->ivars->lock = IOLockAlloc(); in Create_Impl() 3820 inst->fLock = IOLockAlloc(); in OSDefineMetaClassAndStructors() 4146 vars->uvarsLock = IOLockAlloc(); in serviceAttach() 5227 fLock = IOLockAlloc(); in OSDefineMetaClassAndStructors() 5964 ivars->fLock = IOLockAlloc(); in init() 6209 vars->fLock = IOLockAlloc(); in initialize()
|
| H A D | IOUserClient.cpp | 468 lock = IOLockAlloc(); in init() 1222 gIOObjectPortLock = IOLockAlloc(); in initialize() 1223 gIOUserClientOwnersLock = IOLockAlloc(); in initialize() 1224 gIOUserServerLock = IOLockAlloc(); in initialize() 4254 client->filterLock = IOLockAlloc(); in is_io_service_open_extended()
|
| H A D | IOService.cpp | 603 gJobsLock = IOLockAlloc(); in initialize() 606 gIOServiceBusyLock = IOLockAlloc(); in initialize() 608 gIOConsoleUsersLock = IOLockAlloc(); in initialize() 626 gArbitrationLockQueueLock = IOLockAlloc(); in initialize() 765 reserved->interruptStatisticsLock = IOLockAlloc(); in init() 799 reserved->interruptStatisticsLock = IOLockAlloc(); in init()
|
| H A D | IOLib.cpp | 1128 a->lock = IOLockAlloc(); in iopa_init()
|
| H A D | IOServicePM.cpp | 417 fPMLock = IOLockAlloc(); in PMinit() 429 fActivityLock = IOLockAlloc(); in PMinit() 457 fWatchdogLock = IOLockAlloc(); in PMinit() 8605 fLock = IOLockAlloc(); in init()
|
| H A D | IODeviceTreeSupport.cpp | 167 gIODTResolvers->lock = IOLockAlloc(); in IODeviceTreeAlloc()
|
| H A D | IOPlatformExpert.cpp | 160 gIOInterruptControllersLock = IOLockAlloc(); in start()
|
| /xnu-8019.80.24/iokit/Examples/drvGenericInterruptController/ |
| H A D | GenericInterruptController.cpp | 76 vectors[cnt].interruptLock = IOLockAlloc(); in start()
|
| /xnu-8019.80.24/tools/tests/testkext/ |
| H A D | testthreadcall.cpp | 63 tlock2 = IOLockAlloc(); in start()
|
| /xnu-8019.80.24/iokit/IOKit/ |
| H A D | IOLocks.h | 78 IOLock * IOLockAlloc( void );
|
| /xnu-8019.80.24/libkern/c++/ |
| H A D | OSMetaClass.cpp | 340 sAllClassesLock = IOLockAlloc(); in initialize() 341 sStalledClassesLock = IOLockAlloc(); in initialize() 342 sInstancesLock = IOLockAlloc(); in initialize()
|
| /xnu-8019.80.24/iokit/bsddev/skywalk/ |
| H A D | IOSkywalkSupport.cpp | 650 fArenaLock = IOLockAlloc(); in OSDefineMetaClassAndFinalStructors() 918 fRegionLock = IOLockAlloc(); in OSDefineMetaClassAndFinalStructors()
|
| /xnu-8019.80.24/iokit/Tests/ |
| H A D | Tests.cpp | 896 IOLock * lock = IOLockAlloc(); in IOUserNotificationTests()
|