Home
last modified time | relevance | path

Searched refs:SIGCHLD (Results 1 – 25 of 131) sorted by relevance

123456

/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c48 .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 D0001-telnet-telnetd-Fix-deadlock-on-cleanup.patch6 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 Dsignum-arch.h41 #define SIGCHLD 17 /* Child terminated or stopped. */ macro
59 #define SIGCLD SIGCHLD /* Old System V name */
H A Dsignum-generic.h66 #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 Dsignum-arch.h41 #define SIGCHLD 17 /* Child terminated or stopped. */ macro
59 #define SIGCLD SIGCHLD /* Old System V name */
H A Dsignum-generic.h66 #define SIGCLD SIGCHLD /* Old System V name */
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dsignal.h43 #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 D0003-Prevent-hang-in-SIGCHLD-handler.patch4 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 Dasm-offsets.c39 DEFINE(SIGCHLD, SIGCHLD); in foo()
/OK3568_Linux_fs/kernel/kernel/
H A Dumh.c132 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 Dpidfd-metadata.c40 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 Dprocess.c23 .exit_signal = SIGCHLD, in sparc_fork()
48 .exit_signal = SIGCHLD, in sparc_vfork()
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dwrite.c143 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 D0002-security-Fix-build-with-glibc-2.34.patch44 - return DoClone(aFlags | SIGCHLD, &ctx);
45 + ret = DoClone(aFlags | SIGCHLD, &ctx);
/OK3568_Linux_fs/kernel/tools/testing/selftests/core/
H A Dclose_range_test.c102 .exit_signal = SIGCHLD, in TEST()
191 .exit_signal = SIGCHLD, in TEST()
/OK3568_Linux_fs/kernel/arch/um/kernel/skas/
H A Dclone.c30 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 Dsignal.h30 #define SIGCHLD 17 macro
/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dsig_names.h32 [SIGCHLD] = 17, /* 20, 17, 18. SIGCHLD -, -, 18 */
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dsignal.h23 #define SIGCHLD 18 macro
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dsignal.h27 #define SIGCHLD 17 macro
/OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/
H A Dsignal.h35 #define SIGCHLD 17 macro
/OK3568_Linux_fs/kernel/arch/h8300/include/uapi/asm/
H A Dsignal.h35 #define SIGCHLD 17 macro
/OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/
H A Dsignal.h43 #define SIGCHLD 17 macro
/OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/
H A Dsignal.h35 #define SIGCHLD 17 macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dsignal.h28 #define SIGCHLD 17 macro

123456