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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp422 featuresDictLock = IOLockAlloc();
1178 if(featuresDictLock) IOLockLock(featuresDictLock);
1231 if(featuresDictLock) IOLockUnlock(featuresDictLock);
1262 if(featuresDictLock) IOLockLock(featuresDictLock);
1361 if(featuresDictLock) IOLockUnlock(featuresDictLock);
1705 if (featuresDictLock) IOLockLoc
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h283 IOLock *featuresDictLock; // guards supportedFeatures member in class:IOPMrootDomain

Completed in 32 milliseconds