Home
last modified time | relevance | path

Searched refs:Async (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp96 Async, enumerator
126 FKind(Shape.ABI == coro::ABI::Async ? Kind::Async : Kind::Continuation), in CoroCloner()
129 Shape.ABI == coro::ABI::RetconOnce || Shape.ABI == coro::ABI::Async); in CoroCloner()
144 case Kind::Async: in isSwitchDestroyFunction()
242 case coro::ABI::Async: { in replaceFallthroughCoroEnd()
294 case coro::ABI::Async: in replaceUnwindCoroEnd()
471 auto *FnTy = (Shape.ABI != coro::ABI::Async) in createCloneDeclaration()
482 if (Shape.ABI != coro::ABI::Async) in createCloneDeclaration()
496 Shape.ABI == coro::ABI::Async); in replaceRetconOrAsyncSuspendUses()
505 bool IsAsyncABI = Shape.ABI == coro::ABI::Async; in replaceRetconOrAsyncSuspendUses()
[all …]
H A DCoroInternal.h93 Async, enumerator
181 assert(ABI == coro::ABI::Async); in getAsyncCoroId()
214 case coro::ABI::Async: in getResumeFunctionType()
252 case coro::ABI::Async: in getResumeFunctionCC()
H A DCoroutines.cpp396 this->ABI = coro::ABI::Async; in buildFrom()
546 case coro::ABI::Async: in emitAlloc()
568 case coro::ABI::Async: in emitDealloc()
H A DCoroFrame.cpp1172 case coro::ABI::Async: { in buildFrameType()
1651 Shape.ABI == coro::ABI::Async) { in insertSpills()
2528 if (Shape.ABI != coro::ABI::Async || !Shape.CoroSuspends.empty()) in buildCoroutineFrame()
2608 if (Shape.ABI != coro::ABI::Async || !Shape.CoroSuspends.empty()) in buildCoroutineFrame()
2685 Shape.ABI == coro::ABI::Async) in buildCoroutineFrame()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dasync.rst4 :c:type:`uv_async_t` --- Async handle
7 Async handles allow the user to "wakeup" the event loop and get a callback
16 Async handle type.
/netbsd-src/external/bsd/unbound/dist/testdata/pylib.tdir/
H A Dpylib.test32 if grep "Async resolve: \[.\?10.20.30.40.\?\]" outfile; then
/netbsd-src/share/doc/papers/memfs/
H A Dref.bib46 %T A Fast /tmp File System by Async Mount Option
/netbsd-src/sys/dev/mca/
H A Dmcadevs130 product 0x60E5 "Boca Dual Async/Parallel Adapter 2" [5]
187 product 0x678B "NeoTecH Dual RS-232 Async. Adapter" [6]
188 product 0x678C "NeoTecH S2M100 Dual RS-232 Async. Adapter" [6]
191 product 0x6791 NEOCOM1 "NeoTecH Single RS-232 Async. Adapter, SM110" [10]
193 product 0x6795 "NeoTecH S1M200 Single RS-422/485 Async. Adapter" [6]
374 product 0xEEFF "IBM Dual Async Adapter" [3]
/netbsd-src/external/mit/libuv/dist/docs/src/guide/
H A Dbasics.rst127 …r synchronous functions which may fail return a negative number on error. Async functions that may…
189 Handles represent long-lived objects. Async operations on such handles are
/netbsd-src/external/bsd/openldap/dist/
H A DANNOUNCEMENT26 - back-asyncmeta: Async version of back-meta
H A Dconfigure.ac2648 AC_DEFINE_UNQUOTED(SLAPD_ASYNCMETA,$MFLAG,[define to support LDAP Async Metadirectory backend])
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DASYNC_WAIT_CTX_new.pod80 Async aware code (e.g. engines) can get the current ASYNC_WAIT_CTX from the job
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormattedStatus.rst6012 * - mlir/include/mlir/Dialect/Async
6017 * - mlir/include/mlir/Dialect/Async/IR
6442 * - mlir/lib/Dialect/Async/IR
6447 * - mlir/lib/Dialect/Async/Transforms
/netbsd-src/external/gpl3/gdb/dist/gdb/doc/
H A DChangeLog-1991-20211911 (GDB/MI Async Records): Update documentation of library-loaded with new
2021 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
2063 (gdb/mi Async Records): Document frame field in
2152 * gdb.texinfo (GDB/MI Async Records): Document method and
2299 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
2847 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
3244 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
4200 * gdb.texinfo (GDB/MI Async Records): Document new MI
4423 * gdb.texinfo (GDB/MI Async Records): Document for
4438 * gdb.texinfo (GDB/MI Async Records): Document notification
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DBuiltinsNVPTX.def762 // Async Copy
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dwordprocessors380 >>9 byte 12 Corel Async gateway login msg
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19992706 interrupt_query. Async cases handled by target_terminal_ours,
2826 (async_interrupt_query): New function. Async case of
4464 * remote.c (remote_async_mourn): New function. Async version of
5561 (remote_async_open_1): New function. Async version of
5563 (remote_async_detach): New function. Async version of
5565 (remote_async_resume): New function. Async version of
5571 (remote_async_wait): New function. Async version of remote_wait.
5572 (remote_async_kill): New function. Async version of remote_kill.
5573 (extended_remote_async_create_inferior): New function. Async
5592 (fetch_inferior_event): New function. Async version of
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19992706 interrupt_query. Async cases handled by target_terminal_ours,
2826 (async_interrupt_query): New function. Async case of
4464 * remote.c (remote_async_mourn): New function. Async version of
5561 (remote_async_open_1): New function. Async version of
5563 (remote_async_detach): New function. Async version of
5565 (remote_async_resume): New function. Async version of
5571 (remote_async_wait): New function. Async version of remote_wait.
5572 (remote_async_kill): New function. Async version of remote_kill.
5573 (extended_remote_async_create_inferior): New function. Async
5592 (fetch_inferior_event): New function. Async version of
/netbsd-src/external/bsd/openldap/dist/include/
H A Dportable.hin931 /* define to support LDAP Async Metadirectory backend */
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DOpenCLBuiltins.td969 // OpenCL v1.1 s6.11.10, v1.2 s6.12.10, v2.0 s6.13.10: Async Copies from Global to Local Memory, Lo…
970 // OpenCL Extension v2.0 s5.1.7 and s6.1.7: Async Copies from Global to Local Memory, Local to Glob…
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dfuture366 // above). Async futures synchronize in this call, so we need
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dfuture380 // above). Async futures synchronize in this call, so we need
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCoroutines.rst177 Async Lowering
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsNVVM.td1059 // Async Copy
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td308 // Async Copy Functions

12