Searched refs:WCONTINUED (Results 1 – 2 of 2) sorted by relevance
16 #define WCONTINUED 0x04 macro
2409 if (entry == NULL && (flags & WCONTINUED) != 0) in get_job_control_entry()2511 if ((flags & (WEXITED | WUNTRACED | WSTOPPED | WCONTINUED)) == 0) { in wait_for_child()