Expand description
Thread-associated operations.
Structs§
- Timespec
struct timespec
—A quantity of time in seconds plus nanoseconds.
Enums§
- Nanosleep
Relative Result - A return type for
nanosleep
andclock_nanosleep_relative
.
Functions§
- nanosleep
nanosleep(request, remain)
—Sleeps for a duration.- sched_
yield sched_yield()
—Hints to the OS that other processes should run.