Searched refs:__old_phase (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dbarrier.cpp46 bool __arrive(__barrier_phase_t __old_phase) argument
48 __barrier_phase_t const __half_step = __old_phase + 1,
49 __full_step = __old_phase + 2;
60 __barrier_phase_t expect = __old_phase;
89 __barrier_phase_t __old_phase)
91 return __barrier->__arrive(__old_phase);
88 __arrive_barrier_algorithm_base(__barrier_algorithm_base* __barrier, __barrier_phase_t __old_phase) argument

Completed in 100 milliseconds