Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dbarrier.cpp69 _LIBCPP_EXPORTED_FROM_ABI void __destroy_barrier_algorithm_base(__barrier_algorithm_base* __barrier… in __destroy_barrier_algorithm_base() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Dbarrier106 __destroy_barrier_algorithm_base(__barrier_algorithm_base* __barrier) noexcept;
124 …se_(std::__construct_barrier_algorithm_base(this->__expected_), &__destroy_barrier_algorithm_base),