Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp136 lck_grp_attr_t *gIORegistryLockGrpAttr; variable
148 gIORegistryLockGrpAttr = lck_grp_attr_alloc_init(); in initialize()
149 gIORegistryLockGrp = lck_grp_alloc_init("IORegistryLock", gIORegistryLockGrpAttr); in initialize()