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

  /bionic/libc/bionic/
posix_madvise.cpp 34 int posix_madvise(void* addr, size_t len, int advice) { function
  /external/fio/os/
os-hpux.h 33 #define posix_madvise(ptr, sz, hint) madvise((ptr), (sz), (hint)) macro
os-solaris.h 36 #define posix_madvise madvise macro
os-android.h 47 #define posix_madvise madvise macro
  /external/fio/os/windows/
posix.c 738 int posix_madvise(void *addr, size_t len, int advice) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 607 #define posix_madvise(...) (pthread_testcancel(), posix_madvise(__VA_ARGS__)) macro
    [all...]

Completed in 144 milliseconds