Home
last modified time | relevance | path

Searched defs:RawNonZeroPid (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dtypes.rs215 pub type RawNonZeroPid = core::num::NonZeroU32; typedef
/third_party/rust/crates/rustix/src/backend/libc/process/
Dtypes.rs374 pub type RawNonZeroPid = core::num::NonZeroI32; typedef
/third_party/rust/crates/rustix/src/process/
Did.rs150 pub const fn as_raw_nonzero(self) -> RawNonZeroPid { in as_raw_nonzero()