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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp97 static IORecursiveLock * gPropertiesLock; variable
106 #define PUNLOCK IORecursiveLockUnlock( gPropertiesLock )
107 #define PLOCK IORecursiveLockLock( gPropertiesLock )
145 gPropertiesLock = IORecursiveLockAlloc();
148 assert( gRegistryRoot && gPropertiesLock

Completed in 23 milliseconds