Searched refs:WUNTRACED (Results 1 – 3 of 3) sorted by relevance
27 #define WUNTRACED 2 /* Report status of stopped children. */ macro
15 #define WUNTRACED 0x02 macro
2412 if (entry == NULL && (flags & (WUNTRACED | WSTOPPED)) != 0) in get_job_control_entry()2511 if ((flags & (WEXITED | WUNTRACED | WSTOPPED | WCONTINUED)) == 0) { in wait_for_child()