rustix
0.38.44
In rustix::
thread::
futex
Structs
Flags
Enums
WakeOp
WakeOpCmp
Constants
OWNER_DIED
WAITERS
Functions
cmp_requeue
cmp_requeue_pi
fd
lock_pi
lock_pi2
requeue
trylock_pi
unlock_pi
wait
wait_bitset
wait_requeue_pi
wake
wake_bitset
wake_op
Type Aliases
Nsecs
Secs
Timespec
rustix
::
thread
::
futex
Type Alias
Nsecs
Copy item path
Settings
Help
Summary
Source
pub type Nsecs =
i64
;
Expand description
A type for the
tv_sec
field of
Timespec
.