Searched refs:__barrier_algorithm_base (Results 1 – 2 of 2) sorted by relevance
14 class __barrier_algorithm_base { class25 _LIBCPP_HIDDEN __barrier_algorithm_base(ptrdiff_t& __expected) : __expected_(__expected) { in __barrier_algorithm_base() function in __barrier_algorithm_base60 _LIBCPP_EXPORTED_FROM_ABI __barrier_algorithm_base* __construct_barrier_algorithm_base(ptrdiff_t& _… in __construct_barrier_algorithm_base()61 return new __barrier_algorithm_base(__expected); in __construct_barrier_algorithm_base()64 __arrive_barrier_algorithm_base(__barrier_algorithm_base* __barrier, __barrier_phase_t __old_phase)… in __arrive_barrier_algorithm_base()67 _LIBCPP_EXPORTED_FROM_ABI void __destroy_barrier_algorithm_base(__barrier_algorithm_base* __barrier… in __destroy_barrier_algorithm_base()
98 class __barrier_algorithm_base;100 _LIBCPP_AVAILABILITY_SYNC _LIBCPP_EXPORTED_FROM_ABI __barrier_algorithm_base*104 __arrive_barrier_algorithm_base(__barrier_algorithm_base* __barrier, __barrier_phase_t __old_phase)…107 __destroy_barrier_algorithm_base(__barrier_algorithm_base* __barrier) noexcept;112 unique_ptr<__barrier_algorithm_base, void (*)(__barrier_algorithm_base*)> __base_;