Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_internal.h757 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;
/external/llvm-project/openmp/runtime/src/
Dkmp_barrier.cpp1268 template <bool cancellable> struct is_cancellable {}; struct
1269 template <> struct is_cancellable<true> { struct
1271 is_cancellable() : value(false) {} in is_cancellable() argument
1272 is_cancellable(bool b) : value(b) {} in is_cancellable() argument
1273 is_cancellable &operator=(bool b) { in operator =() argument
1279 template <> struct is_cancellable<false> { struct
1280 is_cancellable &operator=(bool b) { return *this; } in operator =() argument
1302 is_cancellable<cancellable> cancelled; in __kmp_barrier_template() argument