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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp123 lck_grp_attr_t *gIORegistryLockGrpAttr; variable
136 gIORegistryLockGrpAttr = lck_grp_attr_alloc_init();
137 //lck_grp_attr_setstat(gIORegistryLockGrpAttr);
138 gIORegistryLockGrp = lck_grp_alloc_init("IORegistryLock", gIORegistryLockGrpAttr);

Completed in 21 milliseconds