Skip to main content

RLIMIT_SIGPENDING

Constant RLIMIT_SIGPENDING 

Source
pub const RLIMIT_SIGPENDING: c_int = 11;
Expand description

Non-POSIX, see https://www.man7.org/linux/man-pages/man2/getrlimit.2.html.

This is a limit on the number of signals that may be queued for the real user ID of the calling process.