pthread_sigmask   153 plugin/timer/timer_create.cpp   pthread_sigmask(SIG_SETMASK, &ss, NULL);
pthread_sigmask   748 syscallsreal.c   REAL_FUNC_PASSTHROUGH_TYPED (int, pthread_sigmask) (how, a, b);
pthread_sigmask   240 syscallwrappers.h   MACRO(pthread_sigmask)                    \
pthread_sigmask   314 threadlist.cpp     JASSERT(pthread_sigmask(SIG_SETMASK, &set, NULL) == 0);
pthread_sigmask   763 threadlist.cpp   JASSERT(pthread_sigmask (SIG_SETMASK, NULL, &th->sigblockmask) == 0);
pthread_sigmask   778 threadlist.cpp   JASSERT(pthread_sigmask (SIG_SETMASK, &th->sigblockmask, NULL) == 0);