Home
last modified time | relevance | path

Searched refs:Nice (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dderive-debug-function-pointer.rs10 pub struct Nice { structure names
18 const UNINIT: ::std::mem::MaybeUninit<Nice> = in bindgen_test_layout_Nice()
22 ::std::mem::size_of::<Nice>(), in bindgen_test_layout_Nice()
24 concat!("Size of: ", stringify!(Nice)) in bindgen_test_layout_Nice()
27 ::std::mem::align_of::<Nice>(), in bindgen_test_layout_Nice()
29 concat!("Alignment of ", stringify!(Nice)) in bindgen_test_layout_Nice()
36 stringify!(Nice), in bindgen_test_layout_Nice()
48 stringify!(Nice), in bindgen_test_layout_Nice()
54 impl Default for Nice {
63 impl ::std::fmt::Debug for Nice {
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dderive-debug-function-pointer.hpp3 class Nice { class
/third_party/rust/crates/rustix/examples/
H A Dprocess.rs108 println!("Nice Limit: {:?}", getrlimit(Resource::Nice)); in main()
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
H A Dtypes.rs74 Nice = linux_raw_sys::general::RLIMIT_NICE,
/third_party/rust/crates/rustix/src/backend/libc/process/
H A Dtypes.rs139 Nice = c::RLIMIT_NICE as c::c_int,

Completed in 3 milliseconds