Searched refs:WAIT_MAX (Results 1 – 1 of 1) sorted by relevance
123 const int WAIT_MAX = 5; variable149 for (int loop = 0; !died && loop < WAIT_MAX; loop++) { in wait_child()