Searched refs:SIGCHLD (Results 1 - 5 of 5) sorted by relevance

/u-boot/include/asm-generic/
H A Dsignal.h27 #define SIGCHLD 17 macro
59 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
61 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/u-boot/arch/powerpc/include/asm/
H A Dsignal.h39 #define SIGCHLD 17 macro
70 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
72 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/u-boot/arch/powerpc/lib/
H A Dkgdb.c62 { 0xc00, SIGCHLD }, /* syscall */
/u-boot/common/
H A Dcli_hush_upstream.c2020 * To make wait builtin interruptible, we handle SIGCHLD as special signal,
2047 if (sig != SIGCHLD
2048 || (G_traps && G_traps[SIGCHLD] && G_traps[SIGCHLD][0])
2049 /* ^^^ if SIGCHLD, interrupt line reading only if it has a trap */
2055 if (sig == SIGCHLD) {
2310 case SIGCHLD:
2311 debug_printf_exec("%s: sig:%d default SIGCHLD handler\n", __func__, sig);
7834 /* SIGQUIT,SIGCHLD and maybe SPECIAL_JOBSTOP_SIGS
9666 /* There was neither fork nor SIGCHLD sinc
[all...]
H A Dcli_hush.c1702 signal(SIGCHLD, SIG_DFL);
3362 signal(SIGCHLD, SIG_IGN);

Completed in 106 milliseconds