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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp130 lck_grp_attr_t *gIORegistryLockGrpAttr; variable
143 gIORegistryLockGrpAttr = lck_grp_attr_alloc_init();
144 //lck_grp_attr_setstat(gIORegistryLockGrpAttr);
145 gIORegistryLockGrp = lck_grp_alloc_init("IORegistryLock", gIORegistryLockGrpAttr);

Completed in 20 milliseconds