Searched defs:msync (Results 1 – 3 of 3) sorted by relevance
85 …public void msync(long address, long byteCount, int flags) throws ErrnoException { os.msync(addres… in msync() method in ForwardingOs
77 public void msync(long address, long byteCount, int flags) throws ErrnoException; in msync() method
79 public native void msync(long address, long byteCount, int flags) throws ErrnoException; in msync() method in Posix