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

/darwin-on-arm/xnu/osfmk/i386/
H A Ducode.c34 static lck_attr_t *ucode_slock_attr = NULL; variable
41 if (ucode_slock_grp_attr && ucode_slock_grp && ucode_slock_attr && ucode_slock)
54 if (!(ucode_slock_attr = lck_attr_alloc_init()))
61 if (!(ucode_slock = lck_spin_alloc_init(ucode_slock_grp, ucode_slock_attr)))
70 if (ucode_slock_attr)
71 lck_attr_free(ucode_slock_attr);

Completed in 18 milliseconds