Searched refs:WSTOPPED (Results 1 – 11 of 11) sorted by relevance
121 .options = WSTOPPED | WNOWAIT,227 if (waitid(P_PID, t->child, &infop, WSTOPPED) != 0) in setup6()
24 C(WSTOPPED) in f()
39 #define WSTOPPED 2 macro
43 #define WSTOPPED 2 macro
74 ret = ::waitid(P_PGID, p.grp, &siginfo, WEXITED | WSTOPPED | WNOHANG); in wait_until()
15197 #ifdef WSTOPPED in all_ins()15198 if (PyModule_AddIntMacro(m, WSTOPPED)) return -1; in all_ins()
4294 :data:`WSTOPPED` or :data:`WCONTINUED` and additionally may be ORed with4326 WSTOPPED