Searched refs:aio (Results 1 - 25 of 96) sorted by relevance
1234
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_afalg.c | 74 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 D | e_afalg.c | 74 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 D | ltp-aiodio.sh | 230 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 D | tlibio.h | 141 #include <aio.h> 146 #include <aio.h>
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/ |
H A D | 1-2-buildonly.c | 9 /* test if struct aiocb is defined in <aio.h> */ 11 #include <aio.h>
|
H A D | 3-1-buildonly.c | 9 /* test if aio.h exists and can be included */ 11 #include <aio.h>
|
H A D | 2-1.c | 9 /* test if aio.h exists and can be included */ 11 #include <aio.h>
|
H A D | 4-1.c | 9 #include <aio.h>
|
/third_party/musl/compat/time32/ |
H A D | aio_suspend_time32.c | 3 #include <aio.h>
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/ |
H A D | 9-1.c | 29 #include <aio.h>
|
H A D | 10-1.c | 28 #include <aio.h>
|
H A D | 2-2.c | 32 #include <aio.h>
|
H A D | 1-1.c | 30 #include <aio.h>
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_fsync/ |
H A D | 12-1.c | 17 #include <aio.h>
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_read/ |
H A D | 8-1.c | 31 #include <aio.h>
|
H A D | 10-1.c | 31 #include <aio.h>
|
H A D | 7-1.c | 30 #include <aio.h>
|
H A D | 11-2.c | 32 #include <aio.h>
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/ |
H A D | 6-1.c | 31 #include <aio.h>
|
H A D | 8-1.c | 32 #include <aio.h>
|
H A D | 8-2.c | 32 #include <aio.h>
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/ |
H A D | 6-1.c | 12 * LIO_READ, LIO_WRITE and LIO_NOP are defined in <aio.h>. 16 * - Check opcodes are defined when including aio.h 28 #include <aio.h>
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_aio_drop.rs | 18 use nix::sys::aio::*; in test_drop()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_error/ |
H A D | 1-1.c | 30 #include <aio.h>
|
H A D | 3-1.c | 30 #include <aio.h>
|
Completed in 8 milliseconds
1234