Searched refs:__barrier_algorithm_base (Results 1 – 2 of 2) sorted by relevance
20 class __barrier_algorithm_base { class33 __barrier_algorithm_base(ptrdiff_t& __expected) in __barrier_algorithm_base() function in __barrier_algorithm_base77 __barrier_algorithm_base * __construct_barrier_algorithm_base(ptrdiff_t& __expected) in __construct_barrier_algorithm_base()79 return new __barrier_algorithm_base(__expected); in __construct_barrier_algorithm_base()82 bool __arrive_barrier_algorithm_base(__barrier_algorithm_base* __barrier, in __arrive_barrier_algorithm_base()88 void __destroy_barrier_algorithm_base(__barrier_algorithm_base* __barrier) in __destroy_barrier_algorithm_base()
96 class __barrier_algorithm_base;99 __barrier_algorithm_base* __construct_barrier_algorithm_base(ptrdiff_t& __expected);102 bool __arrive_barrier_algorithm_base(__barrier_algorithm_base* __barrier,106 void __destroy_barrier_algorithm_base(__barrier_algorithm_base* __barrier);112 unique_ptr<__barrier_algorithm_base,113 void (*)(__barrier_algorithm_base*)> __base;