Searched refs:__barrier_algorithm_base (Results 1 – 2 of 2) sorted by relevance
16 class __barrier_algorithm_base { class27 _LIBCPP_HIDDEN __barrier_algorithm_base(ptrdiff_t& __expected) : __expected_(__expected) { in __barrier_algorithm_base() function in __barrier_algorithm_base62 _LIBCPP_EXPORTED_FROM_ABI __barrier_algorithm_base* __construct_barrier_algorithm_base(ptrdiff_t& _… in __construct_barrier_algorithm_base()63 return new __barrier_algorithm_base(__expected); in __construct_barrier_algorithm_base()66 __arrive_barrier_algorithm_base(__barrier_algorithm_base* __barrier, __barrier_phase_t __old_phase)… in __arrive_barrier_algorithm_base()69 _LIBCPP_EXPORTED_FROM_ABI void __destroy_barrier_algorithm_base(__barrier_algorithm_base* __barrier… in __destroy_barrier_algorithm_base()
97 class __barrier_algorithm_base;99 _LIBCPP_AVAILABILITY_SYNC _LIBCPP_EXPORTED_FROM_ABI __barrier_algorithm_base*103 __arrive_barrier_algorithm_base(__barrier_algorithm_base* __barrier, __barrier_phase_t __old_phase)…106 __destroy_barrier_algorithm_base(__barrier_algorithm_base* __barrier) noexcept;111 unique_ptr<__barrier_algorithm_base, void (*)(__barrier_algorithm_base*)> __base_;