HomeSort by relevance Sort by last modified time
    Searched refs:aio_suspend (Results 1 - 16 of 16) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
4-1.c 17 const struct timespec *) = aio_suspend;
  /frameworks/av/media/mtp/tests/
PosixAsyncIO_test.cpp 62 EXPECT_EQ(aio_suspend(aiol, 1, nullptr), 0);
78 EXPECT_EQ(aio_suspend(aiol, 1, nullptr), 0);
95 EXPECT_EQ(aio_suspend(aiol, 1, nullptr), 0);
  /external/ltp/android/include/
aio.h 43 int aio_suspend(const struct aiocb * const[], int, const struct timespec *);
  /frameworks/av/media/mtp/
PosixAsyncIO.h 59 int aio_suspend(struct aiocb *[], int, const struct timespec *);
PosixAsyncIO.cpp 131 int aio_suspend(struct aiocb *aiocbp[], int n, function
MtpFfsCompatHandle.cpp 198 aio_suspend(aiol, 1, nullptr);
292 aio_suspend(aiol, 1, nullptr);
MtpFfsHandle.cpp 471 aio_suspend(aiol, 1, nullptr);
623 aio_suspend(aiol, 1, nullptr);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
3-1.c 18 * - call aio_suspend with this list
34 #define TNAME "aio_suspend/2-1.c"
83 if (aio_suspend(list, NENT, NULL) != 0) {
84 printf(TNAME " Error at aio_suspend(): %s\n", strerror(errno));
1-1.c 12 * The aio_suspend() function shall suspend the calling thread until at
47 #define TNAME "aio_suspend/1-1.c"
163 ret = aio_suspend((const struct aiocb **)plist, 2, NULL);
165 printf(TNAME " Error at aio_suspend() %d: %s\n",
4-1.c 12 * On a timeout exit, aio_suspend shall return with an error.
36 #define TNAME "aio_suspend/4-1.c"
159 ret = aio_suspend((const struct aiocb **)plist, 2, &ts);
169 /* timed out aio_suspend should return -1 and set errno to EAGAIN */
171 printf(TNAME " aio_suspend() should return -1\n");
177 printf(TNAME " aio_suspend() should set errno to EAGAIN:"
9-1.c 14 * aio_suspend() shall fail if:
135 ret = aio_suspend((const struct aiocb **)plist, 2, &ts);
148 /* timed out aio_suspend should return -1 and set errno to EAGAIN */
150 printf("aio_suspend() should return -1\n");
155 printf("aio_suspend() should set errno to EAGAIN: %d (%s)\n",
  /external/perfetto/src/trace_processor/
trace_processor_shell.cc 557 PERFETTO_CHECK(aio_suspend(aio_list, 1, nullptr) == 0);
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_netbsd.go 378 // aio_suspend
zsysnum_dragonfly_amd64.go 182 SYS_AIO_SUSPEND = 315 // { int aio_suspend(struct aiocb * const * aiocbp, int nent, const struct timespec *timeout); }
  /external/ltp/lib/
tlibio.c 142 "async i/o using recall/aio_suspend"},
179 "use recall(2)/aio_suspend(3) to wait for i/o to complete"},
503 * wait method is: recall(2) for writea(2) and listio(2); aio_suspend(3) for
1073 * wait method is: recall(2) for reada(2) and listio(2); aio_suspend(3) for
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
doio.c     [all...]

Completed in 133 milliseconds