Searched refs:WCONTINUED (Results 1 – 6 of 6) sorted by relevance
39 #if defined(WCONTINUED) || (defined(HAVE_DECL_WCONTINUED) && HAVE_DECL_WCONTINUED)40 XLAT(WCONTINUED),
8 WCONTINUED
8 #define WCONTINUED 0x00000008 macro
89 ret = waitid (P_ALL, -1, &info, WSTOPPED|WCONTINUED|WNOHANG); in handle_child_stop()
1342 #if defined(WCONTINUED) && defined(WIFCONTINUED) in j_sigchld()1343 WCONTINUED | in j_sigchld()1384 #if defined(WCONTINUED) && defined(WIFCONTINUED) in j_sigchld()
109 Setting of WCONTINUED bit in waitpid flags is not recommended: the