Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dbarrier.cpp20 class __barrier_algorithm_base { class
33 __barrier_algorithm_base(ptrdiff_t& __expected) in __barrier_algorithm_base() function in __barrier_algorithm_base
77 __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()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dbarrier96 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;