Symbol: SIG_UNBLOCK
arch/um/os-Linux/signal.c
244
if (sigprocmask(SIG_UNBLOCK, &sig_mask, NULL) < 0)
arch/um/os-Linux/signal.c
259
if (sigprocmask(on ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0)
arch/um/os-Linux/smp.c
106
if (sigprocmask(enable ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0)
arch/um/os-Linux/time.c
156
sigprocmask(SIG_UNBLOCK, &set, NULL);
arch/um/os-Linux/util.c
92
sigprocmask(SIG_UNBLOCK, &sig, 0);
fs/jffs2/background.c
92
sigprocmask(SIG_UNBLOCK, &hupmask, NULL);
include/uapi/asm-generic/signal-defs.h
74
#ifndef SIG_UNBLOCK
kernel/compat.c
60
case SIG_UNBLOCK:
kernel/signal.c
3246
case SIG_UNBLOCK:
kernel/signal.c
4597
case SIG_UNBLOCK:
samples/seccomp/bpf-direct.c
104
if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) {
tools/perf/ui/setup.c
140
pthread_sigmask(SIG_UNBLOCK, &set, NULL);
tools/testing/selftests/arm64/bti/test.c
211
sigprocmask(SIG_UNBLOCK, &sa.sa_mask, NULL);
tools/testing/selftests/arm64/signal/test_signals_utils.c
64
sigprocmask(SIG_UNBLOCK, &sset, NULL);
tools/testing/selftests/seccomp/seccomp_bpf.c
1146
ret = sigprocmask(SIG_UNBLOCK, &mask, NULL);
tools/testing/selftests/timers/posix_timers.c
253
if (sigprocmask(SIG_UNBLOCK, &set, NULL))
tools/testing/selftests/timers/posix_timers.c
329
if (sigprocmask(SIG_UNBLOCK, &set, NULL))
tools/testing/selftests/timers/posix_timers.c
391
if (sigprocmask(SIG_UNBLOCK, &set, NULL))
tools/testing/selftests/timers/posix_timers.c
442
if (sigprocmask(SIG_UNBLOCK, &set, NULL))
tools/testing/selftests/timers/posix_timers.c
594
if (sigprocmask(SIG_UNBLOCK, &set, NULL))
tools/tracing/latency/latency-collector.c
1491
signal_blocking(SIG_UNBLOCK);