Find
C
ase-sensitive
R
egexp search
Path
Showing
c983b985
from
2026-05-22
:
Revert "Bug
1812480
- Switch mac pkg source to repackaged instead of iscript r=releng-reviewers,taskgraph-reviewers,ahal" for causing Beetmover repackages build bustages
firefox-main
/
third_party
/
rust
/
rustix
/
src
/
backend
/
linux_raw
/
thread
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
cpu_set.rs
Rust implementation of the `CPU_*` macro API.
1471
-
futex.rs
/bitflags/#externally-defined-flags> const _ = !0; } } bitflags::bitflags! { /// `FUTEX2_*` flags for use with the functions in [`Waitv`]. /// /// Not to be confused with [`WaitvFlags`], which is passed as an argument /// to the `waitv` function. /// /// [`Waitv`]: crate::thread::futex::Waitv /// [`WaitvFlags`]: crate::thread::futex::WaitvFlags #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Hash, Debug)] pub struct WaitFlags: u32 { /// `FUTEX_U8` const SIZE_U8 = linux_raw_sys::general::FUTEX2_SIZE_U8; /// `FUTEX_U16` const SIZE_U16 = linux_raw_sys::general::FUTEX2_SIZE_U16; /// `FUTEX_U32` const SIZE_U32 = linux_raw_sys::general::FUTEX2_SIZE_U32; /// `FUTEX_U64` const SIZE_U64 = linux_raw_sys::general::FUTEX2_SIZE_U64; /// `FUTEX_SIZE_MASK` const SIZE_MASK = linux_raw_sys::general::FUTEX2_SIZE_MASK; /// `FUTEX2_NUMA` const NUMA = linux_raw_sys::general::FUTEX2_NUMA; /// `FUTEX2_PRIVATE` const PRIVATE = linux_raw_sys::general::FUTEX2_PRIVATE; /// <https://docs.rs/bitflags/
3207
-
mod.rs
93
-
syscalls.rs
linux_raw syscalls supporting `rustix::thread`. # Safety See the `rustix::backend` module documentation for details.
16770
-
types.rs
2582
-