Home
last modified time | relevance | path

Searched refs:aio (Results 1 - 25 of 96) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/engines/
H A De_afalg.c74 static int afalg_init_aio(afalg_aio *aio);
185 static int afalg_setup_async_event_notification(afalg_aio *aio) in afalg_setup_async_event_notification() argument
201 &aio->efd, &custom); in afalg_setup_async_event_notification()
207 aio->efd = eventfd(0); in afalg_setup_async_event_notification()
208 if (aio->efd == -1) { in afalg_setup_async_event_notification()
216 aio->efd, custom, in afalg_setup_async_event_notification()
220 close(aio->efd); in afalg_setup_async_event_notification()
224 if (fcntl(aio->efd, F_SETFL, O_NONBLOCK) != 0) { in afalg_setup_async_event_notification()
229 aio->mode = MODE_ASYNC; in afalg_setup_async_event_notification()
232 aio in afalg_setup_async_event_notification()
244 afalg_init_aio(afalg_aio *aio) afalg_init_aio() argument
264 afalg_fin_cipher_aio(afalg_aio *aio, int sfd, unsigned char *buf, size_t len) afalg_fin_cipher_aio() argument
[all...]
/third_party/openssl/engines/
H A De_afalg.c74 static int afalg_init_aio(afalg_aio *aio);
185 static int afalg_setup_async_event_notification(afalg_aio *aio) in afalg_setup_async_event_notification() argument
201 &aio->efd, &custom); in afalg_setup_async_event_notification()
207 aio->efd = eventfd(0); in afalg_setup_async_event_notification()
208 if (aio->efd == -1) { in afalg_setup_async_event_notification()
216 aio->efd, custom, in afalg_setup_async_event_notification()
220 close(aio->efd); in afalg_setup_async_event_notification()
224 if (fcntl(aio->efd, F_SETFL, O_NONBLOCK) != 0) { in afalg_setup_async_event_notification()
229 aio->mode = MODE_ASYNC; in afalg_setup_async_event_notification()
232 aio in afalg_setup_async_event_notification()
244 afalg_init_aio(afalg_aio *aio) afalg_init_aio() argument
264 afalg_fin_cipher_aio(afalg_aio *aio, int sfd, unsigned char *buf, size_t len) afalg_fin_cipher_aio() argument
[all...]
/third_party/ltp/testscripts/
H A Dltp-aiodio.sh230 echo "************ Running aio-stress tests "
232 sort -R ${LTPROOT}/runtest/ltp-aio-stress.part1 -o ${TMPBASE}/ltp-aio-stress.part1
234 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiostresspart1 -n ltp-aiostresspart1 -l ltpaiostress.logfile -o ltpaiostress.outfile -p -f ${TMPBASE}/ltp-aio-stress.part1 &
239 echo "************ End Running aio-stress tests "
243 echo "************ Running EXTENDED aio-stress tests "
244 sort -R ${LTPROOT}/runtest/ltp-aio-stress.part2 -o ${TMPBASE}/ltp-aio-stress.part2
246 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiostresspart2 -n ltp-aiostresspart2 -l ltpaiostress.logfile -o ltpaiostress.outfile -p -f ${TMPBASE}/ltp-aio-stress.part2 &
/third_party/ltp/include/old/
H A Dtlibio.h141 #include <aio.h>
146 #include <aio.h>
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
H A D1-2-buildonly.c9 /* test if struct aiocb is defined in <aio.h> */
11 #include <aio.h>
H A D3-1-buildonly.c9 /* test if aio.h exists and can be included */
11 #include <aio.h>
H A D2-1.c9 /* test if aio.h exists and can be included */
11 #include <aio.h>
H A D4-1.c9 #include <aio.h>
/third_party/musl/compat/time32/
H A Daio_suspend_time32.c3 #include <aio.h>
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
H A D9-1.c29 #include <aio.h>
H A D10-1.c28 #include <aio.h>
H A D2-2.c32 #include <aio.h>
H A D1-1.c30 #include <aio.h>
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_fsync/
H A D12-1.c17 #include <aio.h>
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_read/
H A D8-1.c31 #include <aio.h>
H A D10-1.c31 #include <aio.h>
H A D7-1.c30 #include <aio.h>
H A D11-2.c32 #include <aio.h>
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/
H A D6-1.c31 #include <aio.h>
H A D8-1.c32 #include <aio.h>
H A D8-2.c32 #include <aio.h>
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
H A D6-1.c12 * LIO_READ, LIO_WRITE and LIO_NOP are defined in &lt;aio.h&gt;.
16 * - Check opcodes are defined when including aio.h
28 #include <aio.h>
/third_party/rust/crates/nix/test/sys/
H A Dtest_aio_drop.rs18 use nix::sys::aio::*; in test_drop()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_error/
H A D1-1.c30 #include <aio.h>
H A D3-1.c30 #include <aio.h>

Completed in 6 milliseconds

1234