Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dbarrier.cpp30 __barrier_phase_t const __half_step = __old_phase + 1, __full_step = __old_phase + 2; in __arrive() local
46 expect, __half_step, memory_order_acq_rel)) { in __arrive()
48 } else if (expect == __half_step) { in __arrive()