/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/ |
D | 5-2-buildonly.c | 18 #ifndef MCL_FUTURE 19 #error MCL_FUTURE not defined
|
/third_party/musl/arch/powerpc/bits/ |
D | mman.h | 11 #undef MCL_FUTURE 12 #define MCL_FUTURE 0x4000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | mman.h | 11 #undef MCL_FUTURE 12 #define MCL_FUTURE 0x4000 macro
|
/third_party/ltp/testcases/kernel/syscalls/mlockall/ |
D | mlockall01.c | 89 MCL_FUTURE, "MCL_FUTURE"}, { 90 MCL_CURRENT | MCL_FUTURE, "MCL_CURRENT|MCL_FUTURE"}
|
D | mlockall03.c | 108 ~(MCL_CURRENT | MCL_FUTURE), EINVAL, "Unknown flag"}
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/ |
D | 13-2.c | 23 result = mlockall(~(MCL_CURRENT | MCL_FUTURE)); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
D | munlockall.c | 50 int result = mlockall(MCL_FUTURE); in munlockall_0200()
|
D | mlockall.c | 49 int result = mlockall(MCL_FUTURE); in mlockall_0200()
|
/third_party/musl/libc-test/src/api/ |
D | sys_mman.c | 25 C(MCL_FUTURE) in f()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 68 #define MCL_FUTURE 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 68 #define MCL_FUTURE 2 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 71 #define MCL_FUTURE 2 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mman.h | 68 #define MCL_FUTURE 2 macro
|
/third_party/musl/include/sys/ |
D | mman.h | 68 #define MCL_FUTURE 2 macro
|
/third_party/toybox/toys/other/ |
D | nbd_client.c | 79 if (toys.optflags & FLAG_s) mlockall(MCL_CURRENT|MCL_FUTURE); in nbd_client_main()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 62 #define MCL_FUTURE 2 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 18-1.c | 82 if (mlockall(MCL_FUTURE) == -1) { in main()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 68 #define MCL_FUTURE 2 macro
|
/third_party/ltp/testcases/realtime/func/gtod_latency/ |
D | gtod_infinite.c | 134 mlockall(MCL_CURRENT | MCL_FUTURE); in main()
|
D | gtod_latency.c | 256 mlockall(MCL_CURRENT | MCL_FUTURE); in main()
|
/third_party/ltp/testcases/kernel/sched/tool/ |
D | time-schedule.c | 168 if (mlockall(MCL_CURRENT | MCL_FUTURE) != 0) { in main()
|
/third_party/ltp/testcases/realtime/lib/ |
D | librttest.c | 221 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in rt_init_long()
|
/third_party/pulseaudio/src/daemon/ |
D | main.c | 1022 if (mlockall(MCL_FUTURE) < 0) in main()
|
D | ohos_pa_main.c | 1057 if (mlockall(MCL_FUTURE) < 0) in ohos_pa_main()
|