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

/macosx-10.10/xnu-2782.1.97/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 190 milliseconds