Home
last modified time | relevance | path

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

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