pthread_sigmask - examine and change blocked signals
#include <signal.h> int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
Refer to sigprocmask().
Derived from the POSIX Threads Extension (1003.1c-1995)