Home
last modified time | relevance | path

Searched refs:MCL_FUTURE (Results 1 – 24 of 24) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
D5-2-buildonly.c18 #ifndef MCL_FUTURE
19 #error MCL_FUTURE not defined
/third_party/musl/arch/powerpc/bits/
Dmman.h11 #undef MCL_FUTURE
12 #define MCL_FUTURE 0x4000 macro
/third_party/musl/arch/powerpc64/bits/
Dmman.h11 #undef MCL_FUTURE
12 #define MCL_FUTURE 0x4000 macro
/third_party/ltp/testcases/kernel/syscalls/mlockall/
Dmlockall01.c89 MCL_FUTURE, "MCL_FUTURE"}, {
90 MCL_CURRENT | MCL_FUTURE, "MCL_CURRENT|MCL_FUTURE"}
Dmlockall03.c108 ~(MCL_CURRENT | MCL_FUTURE), EINVAL, "Unknown flag"}
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
D13-2.c23 result = mlockall(~(MCL_CURRENT | MCL_FUTURE)); in main()
/third_party/musl/libc-test/src/functionalext/supplement/mman/
Dmunlockall.c50 int result = mlockall(MCL_FUTURE); in munlockall_0200()
Dmlockall.c49 int result = mlockall(MCL_FUTURE); in mlockall_0200()
/third_party/musl/libc-test/src/api/
Dsys_mman.c25 C(MCL_FUTURE) in f()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h68 #define MCL_FUTURE 2 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h68 #define MCL_FUTURE 2 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h71 #define MCL_FUTURE 2 macro
/third_party/musl/ndk_musl_include/sys/
Dmman.h68 #define MCL_FUTURE 2 macro
/third_party/musl/include/sys/
Dmman.h68 #define MCL_FUTURE 2 macro
/third_party/toybox/toys/other/
Dnbd_client.c79 if (toys.optflags & FLAG_s) mlockall(MCL_CURRENT|MCL_FUTURE); in nbd_client_main()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h62 #define MCL_FUTURE 2 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D18-1.c82 if (mlockall(MCL_FUTURE) == -1) { in main()
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmman.h68 #define MCL_FUTURE 2 macro
/third_party/ltp/testcases/realtime/func/gtod_latency/
Dgtod_infinite.c134 mlockall(MCL_CURRENT | MCL_FUTURE); in main()
Dgtod_latency.c256 mlockall(MCL_CURRENT | MCL_FUTURE); in main()
/third_party/ltp/testcases/kernel/sched/tool/
Dtime-schedule.c168 if (mlockall(MCL_CURRENT | MCL_FUTURE) != 0) { in main()
/third_party/ltp/testcases/realtime/lib/
Dlibrttest.c221 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in rt_init_long()
/third_party/pulseaudio/src/daemon/
Dmain.c1022 if (mlockall(MCL_FUTURE) < 0) in main()
Dohos_pa_main.c1057 if (mlockall(MCL_FUTURE) < 0) in ohos_pa_main()