Available on crate feature
thread only.Expand description
Thread-associated operations.
Structs§
- Timespec
struct timespec—A quantity of time in seconds plus nanoseconds.
Enums§
- ClockId
Neither applenor DragonFly BSD nortarget_os=espidfnor FreeBSD nor OpenBSD nor Redox nortarget_os=vitanor WASI CLOCK_*constants for use withclock_gettime.- Nanosleep
Relative Result Non-Redox - A return type for
nanosleepandclock_nanosleep_relative.
Functions§
- nanosleep
Non-Redox nanosleep(request, remain)—Sleeps for a duration.- sched_
yield sched_yield()—Hints to the OS that other processes should run.