Modules§
- Thread affinity support for Linux.
- Linux process launching support.
- Pthread, a basic Linux pthread (pthread_t) wrapper to support send and sync on musl.
Structs§
- A Linux error value.
Traits§
- A helper trait to convert from a libc return value to a
Result<_, Errno>
. - Trait for extracting a Unix error value from an error type.
Functions§
- Closes stdout, replacing it the null device.
- Runs f() until it stop failing with EINTR (as indicated by errno).