Home
last modified time | relevance | path

Searched refs:async_wait (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dfile_pos.c226 if (async_wait (&(fpp->common), u->au)) in st_backspace()
323 if (async_wait (&(fpp->common), u->au)) in st_endfile()
445 if (async_wait (&(fpp->common), u->au)) in st_rewind()
516 if (async_wait (&(fpp->common), u->au)) in st_flush()
H A Dasync.h372 bool async_wait (st_parameter_common *, async_unit *);
373 internal_proto (async_wait);
H A Dclose.c73 if (async_wait (&(clp->common), u->au)) in st_close()
H A Dasync.c449 async_wait (st_parameter_common *cmp, async_unit *au) in async_wait() function
558 async_wait (st_parameter_common *cmp, async_unit *au) in async_wait() function
H A Dtransfer.c3135 if (async_wait (&(dtp->common), au)) in data_transfer_init()
4695 async_wait (&(wtp->common), u->au); in st_wait_async()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dfile_pos.c221 if (async_wait (&(fpp->common), u->au)) in st_backspace()
318 if (async_wait (&(fpp->common), u->au)) in st_endfile()
440 if (async_wait (&(fpp->common), u->au)) in st_rewind()
511 if (async_wait (&(fpp->common), u->au)) in st_flush()
H A Dasync.h372 bool async_wait (st_parameter_common *, async_unit *);
373 internal_proto (async_wait);
H A Dclose.c73 if (async_wait (&(clp->common), u->au)) in st_close()
H A Dasync.c449 async_wait (st_parameter_common *cmp, async_unit *au) in async_wait() function
558 async_wait (st_parameter_common *cmp, async_unit *au) in async_wait() function
H A Dtransfer.c2972 if (async_wait (&(dtp->common), au)) in data_transfer_init()
4500 async_wait (&(wtp->common), u->au); in st_wait_async()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/async/
H A Dbuild.info3 async.c async_wait.c async_err.c arch/async_posix.c arch/async_win.c \
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/async/
H A Dbuild.info3 async.c async_wait.c async_err.c arch/async_posix.c arch/async_win.c \
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dasync.inc9 async_wait.c \
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dasync.inc15 async_wait.c
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dtimer155 async_wait(_CompletionToken&& __token)
158 _M_ex.context().async_wait(*this,
H A Dsocket1016 get_executor().context().async_wait( native_handle(),
1057 async_wait(wait_type __w, _CompletionToken&& __token)
1060 get_executor().context().async_wait( native_handle(),
1227 this->get_executor().context().async_wait(this->native_handle(),
1333 this->get_executor().context().async_wait( this->native_handle(),
1428 this->get_executor().context().async_wait( this->native_handle(),
1531 this->get_executor().context().async_wait( this->native_handle(),
1696 this->get_executor().context().async_wait(this->native_handle(),
1803 this->get_executor().context().async_wait(this->native_handle(),
2163 __ctx.async_wait(native_handle(),
[all …]
H A Dio_context441 async_wait(const _Timer& __timer, _CompletionHandler&& __h)
483 async_wait(int __fd, int __w, _Op&& __op)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dtimer155 async_wait(_CompletionToken&& __token)
158 _M_ex.context().async_wait(*this,
H A Dsocket980 get_executor().context().async_wait( native_handle(),
1021 async_wait(wait_type __w, _CompletionToken&& __token)
1024 get_executor().context().async_wait( native_handle(),
1191 this->get_executor().context().async_wait(this->native_handle(),
1297 this->get_executor().context().async_wait( this->native_handle(),
1392 this->get_executor().context().async_wait( this->native_handle(),
1495 this->get_executor().context().async_wait( this->native_handle(),
1660 this->get_executor().context().async_wait(this->native_handle(),
1767 this->get_executor().context().async_wait(this->native_handle(),
2122 __ctx.get_executor().context().async_wait(native_handle(),
[all …]
H A Dio_context436 async_wait(const _Timer& __timer, _CompletionHandler&& __h)
475 async_wait(int __fd, int __w, _Op&& __op)
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2020328 (async_wait): Unlock after signal.
H A DChangeLog-2018279 (st_read_done): Do not perform async_wait for synchronous I/O
594 (st_close): Call async_wait for an asynchronous unit.
672 (st_close): Call async_wait for an asynchronous unit.
734 (st_close): Call async_wait for an asynchronous unit.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20217062 * include/experimental/io_context (io_context::async_wait): Add