Home
last modified time | relevance | path

Searched defs:Async (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDPLog.h18 Async = Log::ChannelFlag<0>, enumerator
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.h19 Async = Log::ChannelFlag<0>, enumerator
/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h123 Async = 2, ///< "Asynchronous" unwind tables (instr precise) enumerator
/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h280 Async, global() enumerator
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h75 Async, global() enumerator
H A DCoroSplit.cpp99 Async, global() enumerator
[all...]
/llvm-project/llvm/unittests/Support/
H A DThreadPool.cpp171 TYPED_TEST(ThreadPoolTest, Async) { in TYPED_TEST() argument