Home
last modified time | relevance | path

Searched defs:munlock (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/src/mman/
H A Dmunlock.c5 int munlock(const void *addr, size_t len) in munlock() function
/third_party/musl/porting/liteos_a/user/src/mman/
H A Dmunlock.c5 int munlock(const void *addr, size_t len) in munlock() function
/third_party/rust/crates/rustix/src/mm/
H A Dmmap.rs229 pub unsafe fn munlock(ptr: *mut c_void, len: usize) -> io::Result<()> { in munlock() functions
/third_party/rust/crates/nix/src/sys/
H A Dmman.rs388 pub unsafe fn munlock(addr: *const c_void, length: size_t) -> Result<()> { in munlock() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs989 pub fn munlock(addr: *const ::c_void, len: ::size_t) -> ::c_int; in munlock() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3647 pub fn munlock(addr: *const ::c_void, len: ::size_t) -> ::c_int; in munlock() functions

Completed in 16 milliseconds