/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | waitpid.c | 134 if (flags & WNOHANG) 156 if (flags & WNOHANG) signal(SIGCLD, handler); 159 if (flags & WNOHANG) 174 if (p == -1 && errno == EINVAL && (flags & ~WNOHANG)) 175 p = wait3(&s, flags & WNOHANG, NiL);
|
H A D | spawnveg.c | 69 if (waitpid(pid, &err, WNOHANG|WNOWAIT) == pid && EXIT_STATUS(err) == 127)
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | wait.c | 138 if (options & ~(WNOHANG|WUNTRACED)) in waitpid() 141 if (options & WNOHANG) in waitpid() 192 if (options & ~(WNOHANG|WUNTRACED)) in wait4() 195 if (options & WNOHANG) in wait4() 216 if ((options & WNOHANG) && (info.si_pid == 0)) in wait4()
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | wait.h | 49 #ifndef WNOHANG 50 #define WNOHANG 1 macro
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | wait.h | 58 #ifndef WNOHANG 59 #define WNOHANG 1 macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | wait.h | 54 #define WNOHANG 0100 /* non blocking form of wait */ macro 63 #define WOPTMASK (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | wait.h | 58 #ifndef WNOHANG 59 #define WNOHANG 1 macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | wait.h | 58 #ifndef WNOHANG 59 #define WNOHANG 1 macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | wait.h | 58 #ifndef WNOHANG 59 #define WNOHANG 1 macro
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | procclose.c | 56 flags |= WNOHANG; in procclose() 62 if (pid != p->pid && (flags & WNOHANG)) in procclose()
|
/titanic_44/usr/src/cmd/csh/ |
H A D | wait3.c | 77 options |= (WNOHANG|WUNTRACED|WEXITED|WSTOPPED|WTRAPPED|WCONTINUED); in csh_wait3() 83 if ((options & WNOHANG) && (info.si_pid == 0)) in csh_wait3()
|
H A D | wait.h | 93 #define WNOHANG 1 /* dont hang in wait */ macro
|
/titanic_44/usr/src/ucblib/libucb/port/sys/ |
H A D | wait4.c | 95 if (options & ~(WNOHANG|WUNTRACED)) in wait4() 115 if ((options & WNOHANG) && (info.si_pid == 0)) in wait4()
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | wait.h | 117 #define WNOHANG 0100 /* non blocking form of wait */ macro 120 #define WOPTMASK (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
|
/titanic_44/usr/src/cmd/truss/ |
H A D | procset.c | 119 ~(WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)) in woptions() 131 if (arg & WNOHANG) in woptions()
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | waitpid.c | 138 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED)) { in wait4() 162 if ((options & WNOHANG) && info.si_pid == 0) in wait4()
|
/titanic_44/usr/src/lib/libc/port/stdio/ |
H A D | popen.c | 236 if (waitpid(pid, &status, WNOHANG) == pid) in pclose() 271 (void) waitpid(curr->pid, NULL, WNOHANG); in _insert_nolock()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | wait.h | 79 #define WNOHANG 1 /* dont hang in wait */ macro
|
/titanic_44/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 108 #define WAIT_FLAGS ( WNOHANG | WUNTRACED | WCONTINUED ) 110 #define WAIT_FLAGS ( WNOHANG | WUNTRACED )
|
/titanic_44/usr/src/cmd/ptools/preap/ |
H A D | preap.c | 182 if (pr_waitid(Pr, P_PID, pid, &siginfo, WEXITED|WNOHANG) != 0) { in reap()
|
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | main.c | 142 ret_pid = waitpid(isns_child_pid, &status, WNOHANG); in sigchld_handler()
|
/titanic_44/usr/src/cmd/uadmin/ |
H A D | uadmin.c | 418 if ((rc = waitpid(pid, NULL, WNOHANG)) == pid) { in change_audit_file()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | wait.c | 343 pid = waitpid(me->pid, &status, WNOHANG); in process_terminated_methods()
|
/titanic_44/usr/src/cmd/mailx/ |
H A D | send.c | 516 while (wait3((int *)0, WNOHANG, (struct rusage *)0) > 0) in mail1() 522 while (waitpid((pid_t)-1, (int *)0, WNOHANG) > 0) in mail1()
|
/titanic_44/usr/src/cmd/svc/startd/ |
H A D | fork.c | 1153 w = waitpid(pid, &status, WNOHANG); in fork_with_timeout() 1183 (void) waitpid(pid, &status, WNOHANG); in fork_with_timeout()
|