Home
last modified time | relevance | path

Searched refs:munlockall (Results 1 - 18 of 18) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlockall/
H A D5-1.c10 * Test that the munlockall() function always return a value of zero if it is
35 result = munlockall(); in main()
45 printf("munlockall() returns %i instead of zero.\n", result); in main()
64 result = munlockall(); in main()
74 printf("munlockall() returns %i instead of zero.\n", result); in main()
/third_party/musl/libc-test/src/functionalext/supplement/mman/
H A Dmunlockall.c22 * @tc.desc : Verify munlockall success. When lock all flag is MCL_CURRENT.
37 result = munlockall(); in munlockall_0100()
45 * @tc.desc : Verify munlockall success. When lock all flag is MCL_CURRENT.
59 result = munlockall(); in munlockall_0200()
H A Dmlockall.c37 munlockall(); in mlockall_0100()
58 munlockall(); in mlockall_0200()
/third_party/musl/src/mman/
H A Dmunlockall.c5 int munlockall(void) in munlockall() function
/third_party/musl/porting/liteos_a/user/src/mman/
H A Dmunlockall.c5 int munlockall(void) in munlockall() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
H A D17-1-buildonly.c11 * int munlockall(void)
24 dummyvar = munlockall; in dummyfcn()
/third_party/ltp/testcases/kernel/syscalls/munlockall/
H A Dmunlockall01.c23 * TEST TITLE : Basic test for munlockall(2)
34 * This is a phase I test for the munlockall(2) system call.
89 TEST(munlockall()); in main()
93 tst_resm(TFAIL | TTERRNO, "munlockall() Failed with" in main()
96 tst_resm(TPASS, "munlockall() passed with" in main()
/third_party/musl/libc-test/src/api/
H A Dsys_mman.c54 {int(*p)(void) = munlockall;} in f()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h121 int munlockall (void);
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h125 int munlockall (void);
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h125 int munlockall (void);
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h130 int munlockall (void);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h125 int munlockall (void);
/third_party/musl/include/sys/
H A Dmman.h127 int munlockall (void);
/third_party/rust/crates/nix/src/sys/
H A Dmman.rs404 /// For more information, see [`munlockall(2)`].
406 /// [`munlockall(2)`]: https://man7.org/linux/man-pages/man2/munlockall.2.html
408 pub fn munlockall() -> Result<()> { in munlockall() functions
409 unsafe { Errno::result(libc::munlockall()) }.map(drop) in munlockall()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1209 pub fn munlockall() -> ::c_int; in munlockall() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs991 pub fn munlockall() -> ::c_int; in munlockall() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3649 pub fn munlockall() -> ::c_int; in munlockall() functions

Completed in 25 milliseconds