sigprocmask       233 daemons/execd/remoted_pidone.c     sigprocmask(SIG_BLOCK, &set, 0);
sigprocmask       238 daemons/execd/remoted_pidone.c             sigprocmask(SIG_UNBLOCK, &set, NULL);
sigprocmask        65 lib/services/services_linux.c     if (sigprocmask(SIG_BLOCK, &(data->mask), &(data->old_mask)) < 0) {
sigprocmask       125 lib/services/services_linux.c         && (sigprocmask(SIG_UNBLOCK, &(data->mask), NULL) < 0)) {