Home
last modified time | relevance | path

Searched defs:cancel (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dmove_reentrant.pass.cpp25 static bool cancel; member
39 bool A::cancel = false; member in A
H A Dnullptr_t_assign_reentrant.pass.cpp25 static bool cancel; member
39 bool A::cancel = false; member in A
/llvm-project/libcxx/test/std/language.support/support.coroutines/end.to.end/
H A Dgo.pass.cpp17 bool cancel = false; variable
/llvm-project/pstl/include/pstl/internal/
H A Dparallel_backend_tbb.h628 cancel(tbb::detail::d1::execution_data& __ed) override in cancel() function
688 cancel(tbb::detail::d1::execution_data& __ed) override in cancel() function
/llvm-project/llvm/utils/lit/lit/
H A DTestRunner.py120 def cancel(self): member in TimeoutHelper