Lines Matching +full:signal +full:- +full:exit
3 /// `EXIT_SUCCESS` for use with [`exit`].
5 /// [`exit`]: std::process::exit
8 /// - [POSIX]
9 /// - [Linux]
12 /// [Linux]: https://man7.org/linux/man-pages/man3/exit.3.html
15 /// `EXIT_FAILURE` for use with [`exit`].
17 /// [`exit`]: std::process::exit
20 /// - [POSIX]
21 /// - [Linux]
24 /// [Linux]: https://man7.org/linux/man-pages/man3/exit.3.html
27 /// The exit status used by a process terminated with a [`Signal::Abort`]
28 /// signal.
31 /// - [Linux]
34 /// [`Signal::Abort`]: crate::process::Signal::Abort