Enums§
Traits§
- Killable
- Trait for threads that can be signalled via
pthread_kill.
Functions§
- SIGRTMAX
- Returns the maximum (inclusive) real-time signal number.
- SIGRTMIN
- Returns the minimum (inclusive) real-time signal number.
- block_
signal - Masks given signal.
- clear_
signal - Clears pending signal.
- create_
sigset - Creates
sigsetfrom an array of signal numbers. - get_
blocked_ signals - Retrieves the signal mask of the current thread as a vector of c_ints.
- register_
signal_ ⚠handler - Registers
handleras the signal handler of signumnum. - unblock_
signal - Unmasks given signal.