Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dbarrier98 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_;