Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dlock_ptr.h94 #define hw_lck_ptr_destroy(lck, grp) hw_lck_ptr_destroy(lck) macro
124 extern void hw_lck_ptr_destroy(
H A Dlock_ptr.c111 hw_lck_ptr_destroy(hw_lck_ptr_t *lck, lck_grp_t *grp) in hw_lck_ptr_destroy() function
H A Dsmr.c2620 hw_lck_ptr_destroy(head, &smr_shash_grp); in __smr_shash_bucket_destroy()