Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dlock_ptr.c327 hw_lck_ptr_t xorv = { }; in hw_lck_ptr_unlock_fastpath() local
341 __hw_lck_ptr_encode(&xorv, val); in hw_lck_ptr_unlock_fastpath()
342 xorv.lck_ptr_value ^= curv.lck_ptr_value; in hw_lck_ptr_unlock_fastpath()
345 os_atomic_xor(&lck->lck_ptr_value, xorv.lck_ptr_value, release); in hw_lck_ptr_unlock_fastpath()