examine and change blocked signals NAME sigprocmask, rt_sigprocmask - examine and change blocked signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #...examine and change blocked signals NAME sigprocmask, rt_sigprocmask - examine and change blocked signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #...wait for a signal NAME sigsuspend, rt_sigsuspend - wait for a signal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int sigsuspend(const sigset_t * mask ); …wait for a signal NAME sigsuspend, rt_sigsuspend - wait for a signal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int sigsuspend(const sigset_t * mask ); …examine pending signals NAME sigpending, rt_sigpending - examine pending signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int sigpending(sigset_t * se…queue a signal and data NAME rt_sigqueueinfo, rt_tgsigqueueinfo - queue a signal and data LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/signal.h> /* Definition…queue a signal and data NAME rt_sigqueueinfo, rt_tgsigqueueinfo - queue a signal and data LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/signal.h> /* Definition…synchronously wait for queued signals NAME sigwaitinfo, sigtimedwait, rt_sigtimedwait - synchronously wait for queued signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in…examine pending signals NAME sigpending, rt_sigpending - examine pending signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int sigpending(sigset_t * se…synchronously wait for queued signals NAME sigwaitinfo, sigtimedwait, rt_sigtimedwait - synchronously wait for queued signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in…synchronously wait for queued signals NAME sigwaitinfo, sigtimedwait, rt_sigtimedwait - synchronously wait for queued signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in…...) 4.15 RISC-V only rmdir (2) 1.0 rseq (2) 4.18 rt_sigaction (2) 2.2 rt_sigpending (2) 2.2 rt_sigprocmask (2) 2.2 rt_sigqueueinfo (2) 2.2 rt_sigreturn (2) 2.2 rt_sigsuspend (2) 2…manipulation of signal mask (obsolete) NAME sgetmask, ssetmask - manipulation of signal mask (obsolete) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> …manipulation of signal mask (obsolete) NAME sgetmask, ssetmask - manipulation of signal mask (obsolete) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> …return from signal handler and cleanup stack frame NAME sigreturn, rt_sigreturn - return from signal handler and cleanup stack frame LIBRARY Standard C library ( libc , -lc ) SYNOP…examine and change a signal action NAME sigaction, rt_sigaction - examine and change a signal action LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int siga…return from signal handler and cleanup stack frame NAME sigreturn, rt_sigreturn - return from signal handler and cleanup stack frame LIBRARY Standard C library ( libc , -lc ) SYNOP…send a signal to a process specified by a file descriptor NAME pidfd_send_signal - send a signal to a process specified by a file descriptor LIBRARY Standard C library ( libc , -lc…create a POSIX per-process timer NAME timer_create - create a POSIX per-process timer LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <signal.h> /* Definition of SIGEV…create a file descriptor for accepting signals NAME signalfd - create a file descriptor for accepting signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/signa…