Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp1614 featuresDictLock = IOLockAlloc(); in start()
4560 if (featuresDictLock) {
4561 IOLockLock(featuresDictLock);
4617 if (featuresDictLock) {
4618 IOLockUnlock(featuresDictLock);
4654 if (featuresDictLock) {
4655 IOLockLock(featuresDictLock);
4747 if (featuresDictLock) {
8326 if (featuresDictLock) {
8327 IOLockLock(featuresDictLock);
[all …]
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h633 IOLock *featuresDictLock;// guards supportedFeatures variable