HomeSort by relevance Sort by last modified time
    Searched full:aio_suspend (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
coverage.txt 1 this file defines the coverage for the aio_suspend() function testing.
assertions.xml 3 The aio_suspend() function shall suspend the calling thread until at
15 AIO, the aio_suspend() shall return without suspending.
21 On a timeout exit, aio_suspend shall return with an error.
28 aio_suspend() shall return the value -1 and set errno to indicate error
32 aio_suspend() shall fail if:
36 aio_suspend() shall fail if:
37 [EINTR] A signal interrupted aio_suspend().
3-1.c 18 * - call aio_suspend with this list
35 #define TNAME "aio_suspend/2-1.c"
84 if (aio_suspend(list, NENT, NULL) != 0) {
85 printf(TNAME " Error at aio_suspend(): %s\n", strerror(errno));
4-1.c 12 * On a timeout exit, aio_suspend shall return with an error.
37 #define TNAME "aio_suspend/4-1.c"
160 ret = aio_suspend((const struct aiocb **)plist, 2, &ts);
170 /* timed out aio_suspend should return -1 and set errno to EAGAIN */
172 printf(TNAME " aio_suspend() should return -1\n");
178 printf(TNAME " aio_suspend() should set errno to EAGAIN:"
9-1.c 14 * aio_suspend() shall fail if:
136 ret = aio_suspend((const struct aiocb **)plist, 2, &ts);
149 /* timed out aio_suspend should return -1 and set errno to EAGAIN */
151 printf("aio_suspend() should return -1\n");
156 printf("aio_suspend() should set errno to EAGAIN: %d (%s)\n",
1-1.c 12 * The aio_suspend() function shall suspend the calling thread until at
48 #define TNAME "aio_suspend/1-1.c"
164 ret = aio_suspend((const struct aiocb **)plist, 2, NULL);
166 printf(TNAME " Error at aio_suspend() %d: %s\n",
  /external/ltp/android/include/
aio.h 44 int aio_suspend(const struct aiocb * const[], int, const struct timespec *);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
librt-2.11.1.so 
librt.so 
librt.so.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
librt-2.15.so 
librt.so 
librt.so.1 
  /external/elfutils/tests/
lfs-symbols 22 aio_suspend
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
4-1.c 17 const struct timespec *) = aio_suspend;
assertions.xml 34 int aio_suspend(const struct aiocb *const[], int,
  /frameworks/av/media/mtp/tests/
AsyncIO_test.cpp 63 EXPECT_EQ(aio_suspend(aiol, 1, nullptr), 0);
79 EXPECT_EQ(aio_suspend(aiol, 1, nullptr), 0);
96 EXPECT_EQ(aio_suspend(aiol, 1, nullptr), 0);
115 EXPECT_EQ(aio_suspend(aiol, 1, nullptr), 0);
136 EXPECT_EQ(aio_suspend(aiol, 1, nullptr), 0);
  /external/ltp/include/old/
tlibio.h 61 #define LIO_WAIT_RECALL 00040000 /* call recall(2)/aio_suspend(3) */
65 #define LIO_WAIT_CBSUSPEND 00400000 /* aio_suspend waiting for callback */
66 #define LIO_WAIT_SIGSUSPEND 01000000 /* aio_suspend waiting for signal */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
aio.h 169 extern int aio_suspend (__const struct aiocb *__const __list[], int __nent,
199 extern int __REDIRECT_NTH (aio_suspend,
215 # define aio_suspend aio_suspend64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
aio.h 169 extern int aio_suspend (__const struct aiocb *__const __list[], int __nent,
199 extern int __REDIRECT_NTH (aio_suspend,
215 # define aio_suspend aio_suspend64 macro
  /frameworks/av/media/mtp/
AsyncIO.h 65 int aio_suspend(struct aiocb *[], int, const struct timespec *);
AsyncIO.cpp 170 int aio_suspend(struct aiocb *aiocbp[], int n, function
  /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/fio/engines/
posixaio.c 157 aio_suspend((const os_aiocb_t * const *)suspend_list,
  /external/ltp/testcases/kernel/fs/doio/
doio.h 111 #define A_SUSPEND 6 /* use aio_suspend(2) to wait */

Completed in 1125 milliseconds

1 2 3