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

  /frameworks/av/media/mtp/
PosixAsyncIO.cpp 64 int aio_suspend(struct aiocb *aiocbp[], int n, function
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 448 #define aio_suspend(...) (pthread_testcancel(), aio_suspend(__VA_ARGS__)) macro
    [all...]

Completed in 2274 milliseconds