libc::funcs::posix01::resource::getrlimit
+
+ [−]
+
+ [src]
+pub unsafe extern fn getrlimit(resource: c_int, rlim: *mut rlimit) -> 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/posix01/resource/fn.getrlimit.html | 101 +++++++++++++++++++++ libc/funcs/posix01/resource/fn.getrusage.html | 101 +++++++++++++++++++++ libc/funcs/posix01/resource/fn.setrlimit.html | 101 +++++++++++++++++++++ libc/funcs/posix01/resource/index.html | 126 ++++++++++++++++++++++++++ libc/funcs/posix01/resource/sidebar-items.js | 1 + 5 files changed, 430 insertions(+) create mode 100644 libc/funcs/posix01/resource/fn.getrlimit.html create mode 100644 libc/funcs/posix01/resource/fn.getrusage.html create mode 100644 libc/funcs/posix01/resource/fn.setrlimit.html create mode 100644 libc/funcs/posix01/resource/index.html create mode 100644 libc/funcs/posix01/resource/sidebar-items.js (limited to 'libc/funcs/posix01/resource') diff --git a/libc/funcs/posix01/resource/fn.getrlimit.html b/libc/funcs/posix01/resource/fn.getrlimit.html new file mode 100644 index 0000000..02ce10c --- /dev/null +++ b/libc/funcs/posix01/resource/fn.getrlimit.html @@ -0,0 +1,101 @@ + + +
+ + + + + + +pub unsafe extern fn getrlimit(resource: c_int, rlim: *mut rlimit) -> 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 getrusage(resource: c_int, usage: *mut rusage) -> 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 setrlimit(resource: c_int, rlim: *const rlimit) -> 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
)
+
getrlimit | ++ + | +
getrusage | ++ + | +
setrlimit | ++ + | +
+ 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
)
+