SIG_UNBLOCK 221 arch/um/os-Linux/signal.c if (sigprocmask(SIG_UNBLOCK, &sig_mask, NULL) < 0) SIG_UNBLOCK 231 arch/um/os-Linux/signal.c if (sigprocmask(on ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0) SIG_UNBLOCK 91 arch/um/os-Linux/util.c sigprocmask(SIG_UNBLOCK, &sig, 0); SIG_UNBLOCK 92 fs/jffs2/background.c sigprocmask(SIG_UNBLOCK, &hupmask, NULL); SIG_UNBLOCK 10 include/uapi/asm-generic/signal-defs.h #ifndef SIG_UNBLOCK SIG_UNBLOCK 148 kernel/compat.c case SIG_UNBLOCK: SIG_UNBLOCK 2949 kernel/signal.c case SIG_UNBLOCK: SIG_UNBLOCK 4207 kernel/signal.c case SIG_UNBLOCK: SIG_UNBLOCK 104 samples/seccomp/bpf-direct.c if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) { SIG_UNBLOCK 430 tools/perf/perf.c pthread_sigmask(SIG_UNBLOCK, &set, NULL); SIG_UNBLOCK 983 tools/testing/selftests/seccomp/seccomp_bpf.c ret = sigprocmask(SIG_UNBLOCK, &mask, NULL);