nix
0.29.0
In nix::unistd
Modules
alarm
Structs
AccessFlags
Pid
Enums
ForkResult
UnlinkatFlags
Whence
Functions
access
chdir
chroot
close
daemon
dup
dup2
dup3
eaccess
execv
execve
execveat
execvp
execvpe
faccessat
fchdir
fdatasync
fexecve
fork
fsync
ftruncate
getcwd
getpgid
getpgrp
getpid
getppid
getsid
gettid
isatty
linkat
lseek
lseek64
mkdir
mkfifo
mkfifoat
mkstemp
pause
pipe
pipe2
pivot_root
read
setpgid
setsid
sleep
symlinkat
sync
syncfs
truncate
unlink
unlinkat
write
Type Aliases
LinkatFlags
?
Function
nix
::
unistd
::
pause
source
·
[
−
]
pub fn pause()
Expand description
Suspend the thread until a signal is received.
See also
pause(2)
.