libc::funcs::posix88::mman::mlock
+
+ [−]
+
+ [src]
+pub unsafe extern fn mlock(addr: *const c_void, len: size_t) -> c_int
From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- libc/funcs/posix88/mman/fn.mlock.html | 101 ++++++++++++++++ libc/funcs/posix88/mman/fn.mlockall.html | 101 ++++++++++++++++ libc/funcs/posix88/mman/fn.mmap.html | 101 ++++++++++++++++ libc/funcs/posix88/mman/fn.mprotect.html | 101 ++++++++++++++++ libc/funcs/posix88/mman/fn.msync.html | 101 ++++++++++++++++ libc/funcs/posix88/mman/fn.munlock.html | 101 ++++++++++++++++ libc/funcs/posix88/mman/fn.munlockall.html | 101 ++++++++++++++++ libc/funcs/posix88/mman/fn.munmap.html | 101 ++++++++++++++++ libc/funcs/posix88/mman/fn.shm_open.html | 101 ++++++++++++++++ libc/funcs/posix88/mman/fn.shm_unlink.html | 101 ++++++++++++++++ libc/funcs/posix88/mman/index.html | 182 +++++++++++++++++++++++++++++ libc/funcs/posix88/mman/sidebar-items.js | 1 + 12 files changed, 1193 insertions(+) create mode 100644 libc/funcs/posix88/mman/fn.mlock.html create mode 100644 libc/funcs/posix88/mman/fn.mlockall.html create mode 100644 libc/funcs/posix88/mman/fn.mmap.html create mode 100644 libc/funcs/posix88/mman/fn.mprotect.html create mode 100644 libc/funcs/posix88/mman/fn.msync.html create mode 100644 libc/funcs/posix88/mman/fn.munlock.html create mode 100644 libc/funcs/posix88/mman/fn.munlockall.html create mode 100644 libc/funcs/posix88/mman/fn.munmap.html create mode 100644 libc/funcs/posix88/mman/fn.shm_open.html create mode 100644 libc/funcs/posix88/mman/fn.shm_unlink.html create mode 100644 libc/funcs/posix88/mman/index.html create mode 100644 libc/funcs/posix88/mman/sidebar-items.js (limited to 'libc/funcs/posix88/mman') diff --git a/libc/funcs/posix88/mman/fn.mlock.html b/libc/funcs/posix88/mman/fn.mlock.html new file mode 100644 index 0000000..9a177e4 --- /dev/null +++ b/libc/funcs/posix88/mman/fn.mlock.html @@ -0,0 +1,101 @@ + + +
+ + + + + + +pub unsafe extern fn mlock(addr: *const c_void, len: size_t) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn mlockall(flags: c_int) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn mmap(addr: *mut c_void, len: size_t, prot: c_int, flags: c_int, fd: c_int, offset: off_t) -> *mut c_void
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn mprotect(addr: *mut c_void, len: size_t, prot: c_int) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn msync(addr: *mut c_void, len: size_t, flags: c_int) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn munlock(addr: *const c_void, len: size_t) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn munlockall() -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn munmap(addr: *mut c_void, len: size_t) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn shm_open(name: *const c_char, oflag: c_int, mode: mode_t) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn shm_unlink(name: *const c_char) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
mlock | ++ + | +
mlockall | ++ + | +
mmap | ++ + | +
mprotect | ++ + | +
msync | ++ + | +
munlock | ++ + | +
munlockall | ++ + | +
munmap | ++ + | +
shm_open | ++ + | +
shm_unlink | ++ + | +
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+