Searched refs:_hb_compare_and_swap_ptr (Results 1 – 1 of 1) sorted by relevance
150 static inline bool _hb_compare_and_swap_ptr (void **P, void *O, void *N) in _hb_compare_and_swap_ptr() function160 #define hb_atomic_ptr_impl_cmpexch(P,O,N) _hb_compare_and_swap_ptr ((P), (O), (N))