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()
98 class __barrier_algorithm_base;101 __barrier_algorithm_base* __construct_barrier_algorithm_base(ptrdiff_t& __expected);104 bool __arrive_barrier_algorithm_base(__barrier_algorithm_base* __barrier,108 void __destroy_barrier_algorithm_base(__barrier_algorithm_base* __barrier);113 unique_ptr<__barrier_algorithm_base,114 void (*)(__barrier_algorithm_base*)> __base_;