Searched refs:is_cancellable (Results 1 – 2 of 2) sorted by relevance
757 std::tuple<BoundArgs...>>::is_cancellable>;919 static constexpr bool is_cancellable = false;930 static constexpr bool is_cancellable = true;944 static constexpr bool is_cancellable = true;955 static constexpr bool is_cancellable = true;
1268 template <bool cancellable> struct is_cancellable {}; struct1269 template <> struct is_cancellable<true> { struct1271 is_cancellable() : value(false) {} in is_cancellable() argument1272 is_cancellable(bool b) : value(b) {} in is_cancellable() argument1273 is_cancellable &operator=(bool b) { in operator =() argument1279 template <> struct is_cancellable<false> { struct1280 is_cancellable &operator=(bool b) { return *this; } in operator =() argument1302 is_cancellable<cancellable> cancelled; in __kmp_barrier_template() argument