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

  /bionic/libc/arch-arm/syscalls/
msync.S 5 ENTRY(msync) function
14 END(msync)
  /bionic/libc/arch-arm64/syscalls/
msync.S 5 ENTRY(msync) function
14 END(msync)
  /bionic/libc/arch-mips/syscalls/
msync.S 5 ENTRY(msync) function
19 END(msync)
  /bionic/libc/arch-mips64/syscalls/
msync.S 5 ENTRY(msync) function
25 END(msync)
  /bionic/libc/arch-x86/syscalls/
msync.S 5 ENTRY(msync) function
31 END(msync)
  /bionic/libc/arch-x86_64/syscalls/
msync.S 5 ENTRY(msync) function
15 END(msync)
  /ndk/tests/abcc/jni/mman-win32/
mman.c 153 int msync(void *addr, size_t len, int flags) function
  /libcore/luni/src/main/java/libcore/io/
Os.java 104 public void msync(long address, long byteCount, int flags) throws ErrnoException; method in interface:Os
ForwardingOs.java 112 public void msync(long address, long byteCount, int flags) throws ErrnoException { os.msync(address, byteCount, flags); } method in class:ForwardingOs
Posix.java 106 public native void msync(long address, long byteCount, int flags) throws ErrnoException; method in class:Posix
  /libcore/luni/src/main/java/android/system/
Os.java 283 * See <a href="http://man7.org/linux/man-pages/man2/msync.2.html">msync(2)</a>.
285 public static void msync(long address, long byteCount, int flags) throws ErrnoException { Libcore.os.msync(address, byteCount, flags); } method in class:Os
  /external/fio/os/windows/
posix.c 675 int msync(void *addr, size_t len, int flags) function
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 3185 milliseconds