Module thread

Source
Expand description

Thread-associated operations.

Structs§

Timespec
struct timespec—A quantity of time in seconds plus nanoseconds.

Enums§

NanosleepRelativeResult
A return type for nanosleep and clock_nanosleep_relative.

Functions§

nanosleep
nanosleep(request, remain)—Sleeps for a duration.
sched_yield
sched_yield()—Hints to the OS that other processes should run.

Type Aliases§

Nsecs
A type for the tv_nsec field of Timespec.
Secs
A type for the tv_sec field of Timespec.