Home
last modified time | relevance | path

Searched defs:munlock (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/src/mman/
Dmunlock.c4 int munlock(const void *addr, size_t len) in munlock() function
/third_party/musl/porting/liteos_a/user/src/mman/
Dmunlock.c5 int munlock(const void *addr, size_t len) in munlock() function
/third_party/iowow/src/platform/win32/mman/
Dmman.c127 int munlock(const void *addr, size_t len) { in munlock() function
/third_party/rust/crates/rustix/src/mm/
Dmmap.rs229 pub unsafe fn munlock(ptr: *mut c_void, len: usize) -> io::Result<()> { in munlock() function
/third_party/rust/crates/nix/src/sys/
Dmman.rs388 pub unsafe fn munlock(addr: *const c_void, length: size_t) -> Result<()> { in munlock() function
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
Dsyscalls.rs207 pub(crate) unsafe fn munlock(addr: *mut c::c_void, length: usize) -> io::Result<()> { in munlock() function
/third_party/rust/crates/rustix/src/backend/libc/mm/
Dsyscalls.rs211 pub(crate) unsafe fn munlock(addr: *mut c::c_void, length: usize) -> io::Result<()> { in munlock() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs989 pub fn munlock(addr: *const ::c_void, len: ::size_t) -> ::c_int; in munlock() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3647 pub fn munlock(addr: *const ::c_void, len: ::size_t) -> ::c_int; in munlock() function