HomeSort by relevance Sort by last modified time
    Searched refs:MS_ASYNC (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
4-1-buildonly.c 10 * Test that the header defines the MS_ASYNC flag option for msync().
18 #ifndef MS_ASYNC
19 #error MS_ASYNC not defined
  /external/strace/xlat/
mctl_sync.h 14 #if defined(MS_ASYNC) || (defined(HAVE_DECL_MS_ASYNC) && HAVE_DECL_MS_ASYNC)
15 XLAT(MS_ASYNC),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
mman-common.h 28 #define MS_ASYNC 1 /* sync memory asynchronously */
  /bionic/libc/kernel/uapi/asm-generic/
mman-common.h 36 #define MS_ASYNC 1
  /external/compiler-rt/lib/profile/
WindowsMMap.h 36 #define MS_ASYNC 0x0001 /* return immediately */
WindowsMMap.c 96 /* Exactly one of MS_ASYNC or MS_SYNC must be specified. */
97 switch (flags & (MS_ASYNC | MS_SYNC)) {
99 case MS_ASYNC:
  /external/fio/os/windows/posix/include/sys/
mman.h 24 #define MS_ASYNC 0x1
  /external/kernel-headers/original/uapi/asm-generic/
mman-common.h 35 #define MS_ASYNC 1 /* sync memory asynchronously */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mman.h 72 #define MS_ASYNC 1 /* Sync memory asynchronously. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mman.h 73 #define MS_ASYNC 1 /* Sync memory asynchronously. */
  /bionic/libc/kernel/uapi/asm-mips/asm/
mman.h 47 #define MS_ASYNC 0x0001
  /bionic/tests/headers/posix/
sys_mman_h.c 43 MACRO(MS_ASYNC);
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 57 #define MS_ASYNC 0x0001 /* sync memory asynchronously */
  /external/ltp/testcases/kernel/syscalls/msync/
msync01.c 103 TEST(msync(addr, page_sz, MS_ASYNC));
msync03.c 27 * MS_ASYNC | MS_INVALIDATE | MS_SYNC is set in flags; or both
28 * MS_SYNC and MS_ASYNC are set in flags.
73 { &addr1, MS_ASYNC | MS_SYNC, EINVAL },
  /external/autotest/client/tests/rmaptest/src/
rmap-test.c 85 msync(p, vmasize * pagesize, MS_ASYNC);
  /external/libunwind/src/x86/
Ginit.c 119 if (msync ((void *) addr, len, MS_ASYNC) == -1)
  /external/libunwind/src/x86_64/
Ginit.c 77 return msync (addr, len, MS_ASYNC);
  /external/libchrome/base/metrics/
persistent_memory_allocator.cc     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 357 public static final int MS_ASYNC = placeholder();
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
STROPTS.py 1634 MS_ASYNC = 0x1
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 383 initConstant(env, c, "MS_ASYNC", MS_ASYNC);
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 665 MS_ASYNC = 0x1
    [all...]
zerrors_darwin_amd64.go 665 MS_ASYNC = 0x1
    [all...]
zerrors_darwin_arm.go 623 MS_ASYNC = 0x1
    [all...]

Completed in 413 milliseconds

1 2 3 4