Module unix

Source

Modules§

affinity
Thread affinity support for Linux.
pipe
process
Linux process launching support.
pthread
Pthread, a basic Linux pthread (pthread_t) wrapper to support send and sync on musl.

Structs§

Errno
A Linux error value.

Traits§

SyscallResult
A helper trait to convert from a libc return value to a Result<_, Errno>.
TryAsErrno
Trait for extracting a Unix error value from an error type.

Functions§

close_stdout
Closes stdout, replacing it the null device.
while_eintr
Runs f() until it stop failing with EINTR (as indicated by errno).