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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp104 static IORecursiveLock * gPropertiesLock; variable
113 #define PUNLOCK IORecursiveLockUnlock( gPropertiesLock )
114 #define PLOCK IORecursiveLockLock( gPropertiesLock )
152 gPropertiesLock = IORecursiveLockAlloc();
155 assert( gRegistryRoot && gPropertiesLock

Completed in 16 milliseconds