Searched refs:featuresDictLock (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp219 #define AGGRESSIVES_LOCK() IOLockLock(featuresDictLock)
220 #define AGGRESSIVES_UNLOCK() IOLockUnlock(featuresDictLock)
882 featuresDictLock = IOLockAlloc();
3103 if(featuresDictLock) IOLockLock(featuresDictLock);
3167 if(featuresDictLock) IOLockUnlock(featuresDictLock);
3200 if(featuresDictLock) IOLockLock(featuresDictLock);
3303 if(featuresDictLock) IOLockUnloc
[all...]
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h494 IOLock *featuresDictLock; // guards supportedFeatures member in class:IOPMrootDomain

Completed in 17 milliseconds