| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | signal-defs.h | 10 #ifndef SIG_UNBLOCK 11 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | signal-defs.h | 10 #ifndef SIG_UNBLOCK 11 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | signal-defs.h | 73 #ifndef SIG_UNBLOCK 74 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | signal.c | 233 if (sigprocmask(SIG_UNBLOCK, &sig_mask, NULL) < 0) in set_handler() 243 if (sigprocmask(on ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0) in change_sig()
|
| H A D | util.c | 91 sigprocmask(SIG_UNBLOCK, &sig, 0); in uml_abort()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | sigaction.h | 80 #define SIG_UNBLOCK 1 /* Unblock signals. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | sigaction.h | 80 #define SIG_UNBLOCK 1 /* Unblock signals. */ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | signal.h | 87 #define SIG_UNBLOCK 2 /* for unblocking signals */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | signal.h | 78 #define SIG_UNBLOCK 2 /* for unblocking signals */ macro
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | signal.h | 115 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | signal.h | 146 #define SIG_UNBLOCK 0x02 /* for unblocking signals */ macro
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/ |
| H A D | net-snmp-5.7.2-fix-engineBoots-value-on-SIGHUP.patch | 28 ret = sigprocmask(SIG_UNBLOCK, &set, NULL);
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | background.c | 92 sigprocmask(SIG_UNBLOCK, &hupmask, NULL); in jffs2_garbage_collect_thread()
|
| /OK3568_Linux_fs/kernel/samples/seccomp/ |
| H A D | bpf-direct.c | 104 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) { in install_emulator()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/ |
| H A D | sigio.c | 177 xthread_sigmask(SIG_UNBLOCK, &set, NULL); in release_sigio()
|
| /OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/ |
| H A D | pthread.h | 331 #if !defined(SIG_UNBLOCK) 332 #define SIG_UNBLOCK 1 macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/ |
| H A D | test_signals_utils.c | 58 sigprocmask(SIG_UNBLOCK, &sset, NULL); in unblock_signal()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | compat.c | 60 case SIG_UNBLOCK: in COMPAT_SYSCALL_DEFINE3()
|
| H A D | signal.c | 2993 case SIG_UNBLOCK: in sigprocmask() 4267 case SIG_UNBLOCK: in SYSCALL_DEFINE3()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/ |
| H A D | 0001-telnet-telnetd-Fix-deadlock-on-cleanup.patch | 97 + sigprocmask (SIG_UNBLOCK, &mask, NULL);
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/ |
| H A D | serv.py | 215 signal.pthread_sigmask(signal.SIG_UNBLOCK, [signal.SIGTERM])
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | perf.c | 430 pthread_sigmask(SIG_UNBLOCK, &set, NULL); in pthread__unblock_sigwinch()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/ |
| H A D | 0002-interface-remove-C-reserved-keyword.patch | 227 sigprocmask ( SIG_UNBLOCK, &(d->sigset), NULL );
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | rkisp_demo.cpp | 2784 pthread_sigmask(SIG_UNBLOCK, &mask, NULL);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 1107 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL); in TEST_F()
|