OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_wait_run
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/kernel/io/aio/aio02/
aio_tio.c
67
*
io_wait_run
() - wait for an io_event and then call the callback.
69
int
io_wait_run
(io_context_t ctx, struct timespec *to)
function
174
res =
io_wait_run
(myctx, &timeout);
176
io_error("
io_wait_run
", res);
/external/ltp/testcases/kernel/io/ltp-aiodio/
aiocp.c
174
*
io_wait_run
() - wait for an io_event and then call the callback.
176
int
io_wait_run
(io_context_t ctx, struct timespec *to)
function
543
rc =
io_wait_run
(myctx, 0);
545
io_error("
io_wait_run
", rc);
548
printf("
io_wait_run
: rc == %d\n", rc);
574
rc =
io_wait_run
(myctx, 0);
576
io_error("
io_wait_run
", rc);
Completed in 1439 milliseconds