Searched refs:SIG_BLOCK (Results 1 - 25 of 25) sorted by relevance

/linux-master/include/uapi/asm-generic/
H A Dsignal-defs.h71 #ifndef SIG_BLOCK
72 #define SIG_BLOCK 0 /* for blocking signals */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Dsignal.h86 #define SIG_BLOCK 1 /* for blocking signals */ macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dsignal.h77 #define SIG_BLOCK 1 /* for blocking signals */ macro
/linux-master/arch/um/os-Linux/
H A Dtime.c107 sigprocmask(SIG_BLOCK, &set, &old);
H A Dsignal.c262 if (sigprocmask(on ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0)
/linux-master/tools/perf/ui/
H A Dsetup.c131 pthread_sigmask(SIG_BLOCK, &set, NULL);
/linux-master/fs/jffs2/
H A Dbackground.c152 sigprocmask(SIG_BLOCK, &hupmask, NULL);
/linux-master/arch/sparc/include/uapi/asm/
H A Dsignal.h145 #define SIG_BLOCK 0x01 /* for blocking signals */ macro
/linux-master/drivers/mfd/
H A Dab8500-sysctrl.c85 if (!sigprocmask(SIG_BLOCK, &all, &old)) {
/linux-master/kernel/
H A Dcompat.c57 case SIG_BLOCK:
H A Dsignal.c3122 case SIG_BLOCK:
4453 case SIG_BLOCK:
/linux-master/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c161 sigprocmask(SIG_BLOCK, &blockmask, NULL);
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-daemon.c163 sigprocmask(SIG_BLOCK, &sig_set, NULL);
/linux-master/arch/um/drivers/
H A Dchan_user.c83 if (sigprocmask(SIG_BLOCK, &no_sigio, &old))
/linux-master/tools/testing/selftests/uevent/
H A Duevent_filtering.c255 ret = sigprocmask(SIG_BLOCK, &mask, &orig_mask);
/linux-master/tools/thermal/thermometer/
H A Dthermometer.c501 if (sigprocmask(SIG_BLOCK, &mask, NULL)) {
/linux-master/tools/accounting/
H A Dgetdelays.c363 sigprocmask(SIG_BLOCK, &sigset, NULL);
/linux-master/tools/testing/selftests/kvm/
H A Ddirty_log_test.c938 pthread_sigmask(SIG_BLOCK, &sigset, NULL);
/linux-master/tools/tracing/latency/
H A Dlatency-collector.c2082 signal_blocking(SIG_BLOCK);
/linux-master/tools/perf/
H A Dbuiltin-daemon.c1239 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
H A Dbuiltin-stat.c1013 sigprocmask(SIG_BLOCK, &set, &oset);
/linux-master/samples/bpf/
H A Dxdp_sample_user.c1249 if (sigprocmask(SIG_BLOCK, &st, NULL) < 0)
/linux-master/fs/smb/client/
H A Dtransport.c321 sigprocmask(SIG_BLOCK, &mask, &oldmask);
/linux-master/fs/ocfs2/
H A Dsuper.c2613 rc = sigprocmask(SIG_BLOCK, &blocked, oldset);
/linux-master/fs/ceph/
H A Daddr.c1580 sigprocmask(SIG_BLOCK, &mask, oldset);

Completed in 229 milliseconds