Searched defs:mlock (Results 1 – 13 of 13) sorted by relevance
| /third_party/musl/src/mman/ |
| D | mlock.c | 4 int mlock(const void *addr, size_t len) in mlock() function
|
| /third_party/rust/crates/rustix/tests/mm/ |
| D | main.rs | 9 mod mlock; module
|
| /third_party/musl/porting/liteos_a/user/src/mman/ |
| D | mlock.c | 5 int mlock(const void *addr, size_t len) in mlock() function
|
| /third_party/ltp/testcases/kernel/syscalls/mincore/ |
| D | mincore03.c | 23 bool mlock; member
|
| /third_party/iowow/src/platform/win32/mman/ |
| D | mman.c | 119 int mlock(const void *addr, size_t len) { in mlock() function
|
| /third_party/rust/crates/rustix/src/mm/ |
| D | mmap.rs | 179 pub unsafe fn mlock(ptr: *mut c_void, len: usize) -> io::Result<()> { in mlock() function
|
| /third_party/rust/crates/nix/src/sys/ |
| D | mman.rs | 375 pub unsafe fn mlock(addr: *const c_void, length: size_t) -> Result<()> { in mlock() function
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
| D | syscalls.rs | 185 pub(crate) unsafe fn mlock(addr: *mut c::c_void, length: usize) -> io::Result<()> { in mlock() function
|
| /third_party/rust/crates/rustix/src/backend/libc/mm/ |
| D | syscalls.rs | 180 pub(crate) unsafe fn mlock(addr: *mut c::c_void, length: usize) -> io::Result<()> { in mlock() function
|
| /third_party/ltp/testcases/realtime/lib/ |
| D | librttest.c | 115 int mlock = 0; in rt_init_long() local
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 988 pub fn mlock(addr: *const ::c_void, len: ::size_t) -> ::c_int; in mlock() function
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1207 pub fn mlock(addr: *const ::c_void, len: ::size_t) -> ::c_int; in mlock() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3646 pub fn mlock(addr: *const ::c_void, len: ::size_t) -> ::c_int; in mlock() function
|