Home
last modified time | relevance | path

Searched refs:got_sigchld (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dash.c412 volatile /*sig_atomic_t*/ smallint got_sigchld; /* 1 = got SIGCHLD */ member
495 #define got_sigchld (G_misc.got_sigchld ) macro
3679 got_sigchld = 1; in signal_handler()
4317 got_sigchld = 0; in waitproc()
4327 while (!got_sigchld && !pending_sig) in waitproc()
4334 } while (got_sigchld); in waitproc()
4455 smallint gotchld = *(volatile smallint *)&got_sigchld; in dowait()