Searched refs:min_nr (Results 1 – 2 of 2) sorted by relevance
/system/core/libasyncio/ |
D | AsyncIO.cpp | 35 int io_getevents(aio_context_t ctx, long min_nr, long max_nr, io_event* events, timespec* timeout) { in io_getevents() argument 36 return syscall(__NR_io_getevents, ctx, min_nr, max_nr, events, timeout); in io_getevents()
|
/system/core/libasyncio/include/asyncio/ |
D | AsyncIO.h | 39 int io_getevents(aio_context_t ctx, long min_nr, long max_nr, struct io_event* events,
|