Home
last modified time | relevance | path

Searched refs:ctxp (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/libasyncio/
H A DAsyncIO.cpp23 int io_setup(unsigned nr, aio_context_t* ctxp) { in io_setup() argument
24 return syscall(__NR_io_setup, nr, ctxp); in io_setup()
/aosp14/system/core/libasyncio/include/asyncio/
H A DAsyncIO.h36 int io_setup(unsigned nr, aio_context_t* ctxp);