| /OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/ |
| H A D | pidfd_wait.c | 48 .exit_signal = SIGCHLD, in TEST() 83 ASSERT_EQ(info.si_signo, SIGCHLD); in TEST() 96 .exit_signal = SIGCHLD, in TEST() 114 ASSERT_EQ(info.si_signo, SIGCHLD); in TEST() 121 ASSERT_EQ(info.si_signo, SIGCHLD); in TEST() 126 ASSERT_EQ(info.si_signo, SIGCHLD); in TEST() 133 ASSERT_EQ(info.si_signo, SIGCHLD); in TEST() 148 .exit_signal = SIGCHLD, in TEST() 210 ASSERT_EQ(info.si_signo, SIGCHLD); in TEST() 217 ASSERT_EQ(info.si_signo, SIGCHLD); in TEST()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/ |
| H A D | 0001-telnet-telnetd-Fix-deadlock-on-cleanup.patch | 6 The cleanup function in telnetd is called both directly and on SIGCHLD 31 the SIGCHLD signal is delivered while telnetd is executing cleanup. 33 Telnetd then calls the signal handler for SIGCHLD, which is cleanup(). 37 The fix registers the SIGCHLD handler as cleanup_sighandler, and makes 38 cleanup disable the SIGCHLD signal before calling cleanup_sighandler. 90 + sigaddset (&mask, SIGCHLD); 92 + /* Block SIGCHLD while running cleanup */ 107 - signal(SIGCHLD, cleanup); 108 + signal(SIGCHLD, cleanup_sighandler);
|
| /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 | signum-arch.h | 41 #define SIGCHLD 17 /* Child terminated or stopped. */ macro 59 #define SIGCLD SIGCHLD /* Old System V name */
|
| H A D | signum-generic.h | 66 #define SIGCLD SIGCHLD /* Old System V name */
|
| /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 | signum-arch.h | 41 #define SIGCHLD 17 /* Child terminated or stopped. */ macro 59 #define SIGCLD SIGCHLD /* Old System V name */
|
| H A D | signum-generic.h | 66 #define SIGCLD SIGCHLD /* Old System V name */
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | signal.h | 43 #define SIGCHLD 18 /* Child status has changed (POSIX). */ macro 44 #define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */
|
| /OK3568_Linux_fs/buildroot/package/vsftpd/ |
| H A D | 0003-Prevent-hang-in-SIGCHLD-handler.patch | 4 Subject: [PATCH] Prevent hanging in SIGCHLD handler. 7 in SIGCHLD handler. 12 https://src.fedoraproject.org/cgit/rpms/vsftpd.git/plain/0026-Prevent-hanging-in-SIGCHLD-handler.pa…
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | asm-offsets.c | 39 DEFINE(SIGCHLD, SIGCHLD); in foo()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | umh.c | 132 kernel_sigaction(SIGCHLD, SIG_DFL); in call_usermodehelper_exec_sync() 133 pid = kernel_thread(call_usermodehelper_exec_async, sub_info, SIGCHLD); in call_usermodehelper_exec_sync() 140 kernel_sigaction(SIGCHLD, SIG_IGN); in call_usermodehelper_exec_sync() 173 CLONE_PARENT | SIGCHLD); in call_usermodehelper_exec_work()
|
| /OK3568_Linux_fs/kernel/samples/pidfd/ |
| H A D | pidfd-metadata.c | 40 return __clone2(do_child, stack, stack_size, flags | SIGCHLD, NULL, pidfd); in pidfd_clone() 42 return clone(do_child, stack + stack_size, flags | SIGCHLD, NULL, pidfd); in pidfd_clone()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | process.c | 23 .exit_signal = SIGCHLD, in sparc_fork() 48 .exit_signal = SIGCHLD, in sparc_vfork()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | write.c | 143 csig = OsSignal(SIGCHLD, SIG_DFL); in xf86writeConfigFile() 161 OsSignal(SIGCHLD, csig); in xf86writeConfigFile()
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | 0002-security-Fix-build-with-glibc-2.34.patch | 44 - return DoClone(aFlags | SIGCHLD, &ctx); 45 + ret = DoClone(aFlags | SIGCHLD, &ctx);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/core/ |
| H A D | close_range_test.c | 102 .exit_signal = SIGCHLD, in TEST() 191 .exit_signal = SIGCHLD, in TEST()
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/skas/ |
| H A D | clone.c | 30 err = stub_syscall2(__NR_clone, CLONE_PARENT | CLONE_FILES | SIGCHLD, in stub_clone_handler()
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | signal.h | 30 #define SIGCHLD 17 macro
|
| /OK3568_Linux_fs/kernel/security/apparmor/include/ |
| H A D | sig_names.h | 32 [SIGCHLD] = 17, /* 20, 17, 18. SIGCHLD -, -, 18 */
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | signal.h | 23 #define SIGCHLD 18 macro
|
| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | signal.h | 27 #define SIGCHLD 17 macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/ |
| H A D | signal.h | 35 #define SIGCHLD 17 macro
|
| /OK3568_Linux_fs/kernel/arch/h8300/include/uapi/asm/ |
| H A D | signal.h | 35 #define SIGCHLD 17 macro
|
| /OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/ |
| H A D | signal.h | 43 #define SIGCHLD 17 macro
|
| /OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/ |
| H A D | signal.h | 35 #define SIGCHLD 17 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | signal.h | 28 #define SIGCHLD 17 macro
|