Searched refs:got_sigchld (Results 1 – 1 of 1) sorted by relevance
412 volatile /*sig_atomic_t*/ smallint got_sigchld; /* 1 = got SIGCHLD */ member495 #define got_sigchld (G_misc.got_sigchld ) macro3679 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()