Searched refs:WCONTINUED (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dwaitpid.c136 * wait4()) also support WCONTINUED.
138 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED)) {
/osnet-11/usr/src/lib/libldap4/include/
H A Dportable.h93 #define WAIT_FLAGS ( WNOHANG | WUNTRACED | WCONTINUED )
/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c38 #if !defined(WCONTINUED) || !defined(WIFCONTINUED)
39 # undef WCONTINUED macro
40 # define WCONTINUED 0 macro
329 static int wcontinued = WCONTINUED;
400 if (pid<0 && errno==EINVAL && (flags&WCONTINUED))
401 pid = waitpid((pid_t)-1,&wstat,flags&=~WCONTINUED);
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dportable.h108 #define WAIT_FLAGS ( WNOHANG | WUNTRACED | WCONTINUED )

Completed in 40 milliseconds