Searched refs:EINPROGRESS (Results 1 - 25 of 66) sorted by relevance

123

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/aio_fsync/
H A D5-1.c75 if (aio_error(&aiocb_fsync) == EINPROGRESS)
78 /* allow to check if aio_error() move from EINPROGRESS to
83 while (aio_error(&aiocb_fsync) == EINPROGRESS);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/aio_read/
H A D3-1.c82 while (aio_error(&aiocb) == EINPROGRESS);
86 while (aio_error(&aiocb) == EINPROGRESS);
H A D3-2.c84 while (aio_error(&aiocb) == EINPROGRESS);
88 while (aio_error(&aiocb) == EINPROGRESS);
H A D11-1.c80 while (aio_error (&aiocb) == EINPROGRESS);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/aio_return/
H A D3-1.c88 } while (retval == EINPROGRESS);
117 } while (retval == EINPROGRESS);
H A D1-1.c88 } while (retval == EINPROGRESS);
H A D2-1.c85 } while (retval == EINPROGRESS);
H A D3-2.c86 } while (retval == EINPROGRESS);
H A D4-1.c88 } while (retval == EINPROGRESS);
/haiku-fatelf/src/tests/kits/net/
H A Dfirefox_crash.cpp74 && errno != EINPROGRESS)
77 if (errno == EINPROGRESS) {
H A Dat_client.c44 } while (rv < 0 && errno == EINPROGRESS);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/errno_h/
H A D3-2.c42 {EINPROGRESS,"EINPROGRESS",EINPROGRESS},
H A D4-1.c38 {EINPROGRESS,"EINPROGRESS"},
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/aio_cancel/
H A D5-1.c134 else if ((ret == EINPROGRESS) || (ret == 0))
136 if (ret == EINPROGRESS)
H A D8-1.c78 while (aio_error(&aiocb) == EINPROGRESS);
/haiku-fatelf/src/bin/coreutils/lib/
H A Derrno.in.h47 # define EINPROGRESS 10036 macro
/haiku-fatelf/src/bin/network/tcpdump/win32/Include/
H A Derrno.h120 #define EINPROGRESS 115 /* Operation now in progress */ macro
/haiku-fatelf/src/bin/network/wget/lib/
H A Derrno.in.h44 # define EINPROGRESS 10036 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/aio_error/
H A D1-1.c76 while(aio_error(&aiocb) == EINPROGRESS);
H A D2-1.c12 * It the operations has not yet completed, [EINPROGRESS] shall be
18 * then check if at least on is EINPROGRESS
102 if (aio_error(aiocb[i]) == EINPROGRESS)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/aio_write/
H A D5-1.c79 while (aio_error (&aiocb) == EINPROGRESS);
H A D9-1.c75 while (aio_error (&aiocb) == EINPROGRESS);
H A D9-2.c75 while (aio_error (&aiocb) == EINPROGRESS);
/haiku-fatelf/src/tools/docbook/libxml2/include/
H A Dwsockcompat.h40 #define EINPROGRESS WSAEINPROGRESS macro
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dgetpeername.c129 if ((result == -1) && (errno != EINPROGRESS)) {

Completed in 90 milliseconds

123