Home
last modified time | relevance | path

Searched defs:mlock_with (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/src/mm/
Dmmap.rs206 pub unsafe fn mlock_with(ptr: *mut c_void, len: usize, flags: MlockFlags) -> io::Result<()> { in mlock_with() function
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
Dsyscalls.rs194 pub(crate) unsafe fn mlock_with( in mlock_with() function
/third_party/rust/crates/rustix/src/backend/libc/mm/
Dsyscalls.rs190 pub(crate) unsafe fn mlock_with( in mlock_with() function