Searched refs:mlock2 (Results 1 - 11 of 11) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | mlock2.c | 34 int ret = mlock2(memory, memsize, CMPFLAG); in mlock2_0100() 57 int ret = mlock2(memory, memchip, MLOCK_ONFAULT); in mlock2_0200()
|
/third_party/musl/src/linux/ |
H A D | mlock2.c | 5 int mlock2(const void *addr, size_t len, unsigned flags) in mlock2() function
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mman.h | 127 int mlock2 (const void *, size_t, unsigned);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mman.h | 131 int mlock2 (const void *, size_t, unsigned);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mman.h | 131 int mlock2 (const void *, size_t, unsigned);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mman.h | 136 int mlock2 (const void *, size_t, unsigned);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mman.h | 131 int mlock2 (const void *, size_t, unsigned);
|
/third_party/musl/include/sys/ |
H A D | mman.h | 133 int mlock2 (const void *, size_t, unsigned);
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 766 pub fn mlock2(addr: *const ::c_void, len: ::size_t, flags: ::c_uint) -> ::c_int; in mlock2() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 1334 pub fn mlock2(addr: *const ::c_void, len: ::size_t, flags: ::c_uint) -> ::c_int; in mlock2() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3098 pub fn mlock2(addr: *const ::c_void, len: ::size_t, flags: ::c_int) -> ::c_int; in mlock2() functions
|
Completed in 24 milliseconds