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

  /bionic/libc/arch-arm/syscalls/
msync.S 6 ENTRY(msync) function
15 END(msync)
  /bionic/libc/arch-mips/syscalls/
msync.S 4 .globl msync
6 .ent msync
8 msync: label
22 .end msync
  /bionic/libc/arch-x86/syscalls/
msync.S 6 ENTRY(msync) function
27 END(msync)
  /libcore/luni/src/main/java/libcore/io/
Os.java 86 public void msync(long address, long byteCount, int flags) throws ErrnoException; method in interface:Os
Posix.java 88 public native void msync(long address, long byteCount, int flags) throws ErrnoException; method in class:Posix
ForwardingOs.java 94 public void msync(long address, long byteCount, int flags) throws ErrnoException { os.msync(address, byteCount, flags); } method in class:ForwardingOs

Completed in 369 milliseconds