Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dbarrier.cpp18 atomic<__barrier_phase_t> __phase{0}; member
42 if (__state_[__current].__tickets[__round].__phase.compare_exchange_strong( in __arrive()
45 } else if (__state_[__current].__tickets[__round].__phase.compare_exchange_strong( in __arrive()
49 if (__state_[__current].__tickets[__round].__phase.compare_exchange_strong( in __arrive()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dbarrier182 _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void wait(arrival_token&& __phase) const {
183 __b_.wait(std::move(__phase));