| /src/external/bsd/libproc/dist/ |
| _libproc.h | 43 int wstat; /* Process wait status. */ member in struct:proc_handle
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_cc.c | 1856 int wstat, estat; local 1955 } while (waitpid(pid, &wstat, 0) == -1 && errno == EINTR); 1960 dt_dprintf("%s returned exit status 0x%x\n", dtp->dt_cpp_path, wstat); 1961 estat = WIFEXITED(wstat) ? WEXITSTATUS(wstat) : -1;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| procfs.c | 2026 int wstat; local 2035 wstat = 0; 2068 wait_retval = gdb::wait (&wstat); 2120 wstat = (what << 8) | 0177; 2139 wstat = 0; 2150 wstat = 0; 2155 int temp = gdb::wait (&wstat); 2201 wstat = (SIGTRAP << 8) | 0177; 2258 wstat = (SIGSTOP << 8) | 0177; 2284 wstat = (what << 8) | 0177 [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| procfs.c | 2026 int wstat; local 2035 wstat = 0; 2068 wait_retval = gdb::wait (&wstat); 2120 wstat = (what << 8) | 0177; 2139 wstat = 0; 2150 wstat = 0; 2155 int temp = gdb::wait (&wstat); 2201 wstat = (SIGTRAP << 8) | 0177; 2258 wstat = (SIGSTOP << 8) | 0177; 2284 wstat = (what << 8) | 0177 [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-low.cc | 282 static void mark_lwp_dead (struct lwp_info *lwp, int wstat, 501 int wstat) 505 int event = linux_ptrace_get_extended_event (wstat); 635 event_lwp->status_pending = wstat; 759 event_lwp->status_pending = wstat; 1220 int wstat, lwpid; local 1223 lwpid = wait_for_event_filtered (pid_ptid, pid_ptid, &wstat, __WALL); 1229 if (!WIFSTOPPED (wstat) || WSTOPSIG (wstat) != SIGSTOP) 1232 lwp->status_pending = wstat; 1320 int wstat; local 2838 int wstat; local 3799 int wstat; local 3858 int *wstat; local 4581 int wstat; local [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-low.cc | 282 static void mark_lwp_dead (struct lwp_info *lwp, int wstat, 501 int wstat) 505 int event = linux_ptrace_get_extended_event (wstat); 635 event_lwp->status_pending = wstat; 759 event_lwp->status_pending = wstat; 1219 int wstat, lwpid; local 1222 lwpid = wait_for_event_filtered (pid_ptid, pid_ptid, &wstat, __WALL); 1228 if (!WIFSTOPPED (wstat) || WSTOPSIG (wstat) != SIGSTOP) 1231 lwp->status_pending = wstat; 1319 int wstat; local 2837 int wstat; local 3798 int wstat; local 3857 int *wstat; local 4580 int wstat; local [all...] |