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

  /bionic/libc/arch-arm/syscalls/
msync.S 5 ENTRY(msync) function
16 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
39 END(msync)
  /bionic/libc/arch-x86_64/syscalls/
msync.S 5 ENTRY(msync) function
15 END(msync)
  /external/compiler-rt/lib/profile/
WindowsMMap.c 91 int msync(void *addr, size_t length, int flags) function
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 369 @Override public void msync(long address, long byteCount, int flags) throws ErrnoException { method in class:BlockGuardOs
373 os.msync(address, byteCount, flags);
ForwardingOs.java 132 public void msync(long address, long byteCount, int flags) throws ErrnoException { os.msync(address, byteCount, flags); } method in class:ForwardingOs
Linux.java 123 public native void msync(long address, long byteCount, int flags) throws ErrnoException; method in class:Linux
Os.java 118 public void msync(long address, long byteCount, int flags) throws ErrnoException; method in interface:Os
  /external/ImageMagick/MagickCore/
nt-base.h 193 #if !defined(msync)
194 # define msync(address,length,flags) NTSyncMemory(address,length,flags) macro
  /libcore/luni/src/main/java/android/system/
Os.java 337 * See <a href="http://man7.org/linux/man-pages/man2/msync.2.html">msync(2)</a>.
339 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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 465 #define msync(...) (pthread_testcancel(), msync(__VA_ARGS__)) macro
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 223 milliseconds