Searched refs:pstatus (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/utils/
H A Dmakellvm3 set pstatus = 0
5 alias usage 'echo "USAGE: $0:t [-h] [-n] [-obj obj-root] [gmake-flags] [VAR=...] [toolname (default: opt)]"; set pstatus = 1; goto cleanup'
134 set pstatus = $?
145 exit($pstatus)
/macosx-10.9.5/bash-92/bash-3.2/
H A Dnojobs.c569 int pstatus, flags; local
571 pstatus = find_status_by_pid (pid);
573 if (pstatus == PROC_BAD)
579 if (pstatus != PROC_STILL_ALIVE)
581 if (pstatus > 128)
583 return (pstatus);
719 int return_val, pstatus; local
723 pstatus = find_status_by_pid (pid);
725 if (pstatus == PROC_BAD)
728 if (pstatus !
[all...]
/macosx-10.9.5/dtrace-118.1/libproc/
H A Dprocfs.h90 typedef struct pstatus { struct
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/unix/
H A Dproc.c614 pid_t pstatus; local
633 pstatus = waitpid(proc->pid, &exit_int, waitpid_options);
634 } while (pstatus < 0 && errno == EINTR);
636 if (pstatus > 0) {
637 proc->pid = pstatus;
661 else if (pstatus == 0) {
/macosx-10.9.5/apr-30/apr/apr/threadproc/unix/
H A Dproc.c697 pid_t pstatus; local
716 pstatus = waitpid(proc->pid, &exit_int, waitpid_options);
717 } while (pstatus < 0 && errno == EINTR);
719 if (pstatus > 0) {
720 proc->pid = pstatus;
744 else if (pstatus == 0) {
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/beos/
H A Dproc.c304 pid_t pstatus; local
321 if ((pstatus = waitpid(proc->pid, &exit_int, waitpid_options)) > 0) {
322 proc->pid = pstatus;
338 else if (pstatus == 0) {
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/netware/
H A Dproc.c394 pid_t pstatus; local
426 if ((pstatus = waitpid(proc->pid, &exit_int, waitpid_options)) > 0) {
427 proc->pid = pstatus;
444 else if (pstatus == 0) {
/macosx-10.9.5/apr-30/apr/apr/threadproc/beos/
H A Dproc.c304 pid_t pstatus; local
321 if ((pstatus = waitpid(proc->pid, &exit_int, waitpid_options)) > 0) {
322 proc->pid = pstatus;
338 else if (pstatus == 0) {
/macosx-10.9.5/apr-30/apr/apr/threadproc/netware/
H A Dproc.c394 pid_t pstatus; local
426 if ((pstatus = waitpid(proc->pid, &exit_int, waitpid_options)) > 0) {
427 proc->pid = pstatus;
444 else if (pstatus == 0) {
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dhttp-support.c1756 int pstatus; /* Poll status */ local
1758 pstatus = avahi_simple_poll_iterate(uribuf.poll, 2000);
1760 if (pstatus == 0 && !resolved_uri[0] && domain &&
1774 while (!pstatus && !resolved_uri[0] && time(NULL) < end_time)
1776 if ((pstatus = avahi_simple_poll_iterate(uribuf.poll, 2000)) != 0)
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.proc.c942 int jobflags, pstatus, pcond; local
984 pstatus = (int) (pp->p_flags & PALLSTATES);
986 ((pstatus == status && pp->p_reason == reason) ||
1018 if (pstatus == status) {
1027 status = pstatus;
/macosx-10.9.5/ntp-88/ntpq/
H A Dntpq-subs.c57 static void pstatus (struct parse *, FILE *);
146 { "pstatus", pstatus, { NTP_UINT, NO, NO, NO },
1232 * pstatus - print peer status returned by the server
1235 pstatus( function
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf.c7784 win32_pstatus_t pstatus;
7786 if (note->descsz < sizeof (pstatus))
7789 memcpy (&pstatus, note->descdata, sizeof (pstatus));
7791 switch (pstatus.data_type)
7795 elf_tdata (abfd)->core_signal = pstatus.data.process_info.signal;
7796 elf_tdata (abfd)->core_pid = pstatus.data.process_info.pid;
7801 sprintf (buf, ".reg/%ld", (long) pstatus.data.thread_info.tid);
7814 sect->size = sizeof (pstatus.data.thread_info.thread_context);
7820 if (pstatus
7776 win32_pstatus_t pstatus; local
[all...]
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c4717 ppd_status_t pstatus; /* PPD load status */ local
4720 pstatus = ppdLastError(&pline);
4725 if (pstatus <= PPD_ALLOC_ERROR)
4729 ppdErrorString(pstatus), pline);

Completed in 180 milliseconds