Searched refs:b_masked (Results 1 – 1 of 1) sorted by relevance
43 unsigned long b, mask, b_masked; in _dispatch_atomic_set_first_bit() local57 b_masked = b | mask; in _dispatch_atomic_set_first_bit()58 if (__sync_bool_compare_and_swap(p, b, b_masked)) { in _dispatch_atomic_set_first_bit()