HomeSort by: relevance | last modified time | path
    Searched refs:wpid (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/libiberty/
waitpid.c 36 int wpid = wait(stat_loc); local
37 if (wpid == pid || wpid == -1)
38 return wpid;
  /src/external/gpl3/binutils.old/dist/libiberty/
waitpid.c 36 int wpid = wait(stat_loc); local
37 if (wpid == pid || wpid == -1)
38 return wpid;
  /src/external/gpl3/gcc/dist/libiberty/
waitpid.c 36 int wpid = wait(stat_loc); local
37 if (wpid == pid || wpid == -1)
38 return wpid;
  /src/external/gpl3/gcc.old/dist/libiberty/
waitpid.c 36 int wpid = wait(stat_loc); local
37 if (wpid == pid || wpid == -1)
38 return wpid;
  /src/external/gpl3/gdb/dist/libiberty/
waitpid.c 36 int wpid = wait(stat_loc); local
37 if (wpid == pid || wpid == -1)
38 return wpid;
  /src/external/gpl3/gdb.old/dist/libiberty/
waitpid.c 36 int wpid = wait(stat_loc); local
37 if (wpid == pid || wpid == -1)
38 return wpid;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-progspace-events.c 48 pid_t wpid; local
62 wpid = waitpid (pid, &stat, 0);
63 assert (wpid == pid);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-progspace-events.c 48 pid_t wpid; local
62 wpid = waitpid (pid, &stat, 0);
63 assert (wpid == pid);
  /src/external/ibm-public/postfix/dist/src/util/
timed_wait.c 89 int wpid; local
111 if ((wpid = waitpid(pid, statusp, options)) < 0 && timed_wait_expired)
123 return (wpid);
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
ipropd_common.c 110 pid_t wpid = -1; local
163 wpid = waitpid(pid, &status, 0);
164 } while (wpid == -1 && errno == EINTR && !exit_flag);
165 if (wpid == -1 && errno == EINTR)
167 if (wpid == -1) {
175 assert(wpid == pid);
176 wpid = -1;
211 if (wpid != pid) {
232 wpid = waitpid(pid, &status, 0);
233 } while (wpid != pid && errno == EINTR)
    [all...]
  /src/tests/lib/libc/sys/
t_ptrace_kill_wait.h 33 pid_t child, wpid; local
54 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
69 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
74 TWAIT_REQUIRE_FAILURE(ECHILD, wpid = TWAIT_GENERIC(child, &status, 0));
t_ptrace_topology_wait.h 40 pid_t child1, child2, wpid; local
75 wpid = TWAIT_GENERIC(child1, &status, WEXITED), child1);
102 pid_t tracee, tracer, wpid; local
151 wpid = TWAIT_GENERIC(tracee, &status, 0), tracee);
166 wpid = TWAIT_GENERIC(tracee, &status, 0), tracee);
179 wpid = TWAIT_GENERIC(tracer, &status, 0), tracer);
186 wpid = TWAIT_GENERIC(tracee, NULL, WNOHANG), 0);
205 wpid = TWAIT_GENERIC(tracee, &status, WNOHANG), 0);
218 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(tracer, &status, 0),
226 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(tracee, &status, 0), tracee)
316 pid_t tracee, wpid; local
407 pid_t tracer, wpid; local
502 pid_t child, wpid; local
538 pid_t parent, tracee, tracer, wpid; local
    [all...]
t_ptrace_syscall_wait.h 49 pid_t child, wpid; local
88 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
97 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
114 wpid = TWAIT_GENERIC(child, &status, 0), child);
137 wpid = TWAIT_GENERIC(child, &status, 0), child);
160 wpid = TWAIT_GENERIC(child, &status, 0), child);
166 TWAIT_REQUIRE_FAILURE(ECHILD, wpid = TWAIT_GENERIC(child, &status, 0));
203 pid_t child, wpid; local
225 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
234 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child)
    [all...]
t_ptrace_eventmask_wait.h 34 pid_t child, wpid; local
56 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
74 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
79 TWAIT_REQUIRE_FAILURE(ECHILD, wpid = TWAIT_GENERIC(child, &status, 0));
t_ptrace_i386_wait.h 41 pid_t child, wpid; local
62 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
96 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
101 TWAIT_REQUIRE_FAILURE(ECHILD, wpid = TWAIT_GENERIC(child, &status, 0));
t_ptrace_misc_wait.h 32 pid_t child, wpid; local
62 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
90 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
94 TWAIT_REQUIRE_FAILURE(ECHILD, wpid = TWAIT_GENERIC(child, &status, 0));
t_ptrace_register_wait.h 35 pid_t child, wpid; local
72 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
142 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0),
147 wpid = TWAIT_GENERIC(child, &status, 0));
151 wpid = TWAIT_GENERIC(child, &status, 0), child);
157 wpid = TWAIT_GENERIC(child, &status, 0));
t_getpid.c 61 pid_t ppid, fpid, cpid, tpid, wpid; local
88 wpid = wait(&sta);
90 if (wpid != fpid)
t_ptrace_amd64_wait.h 44 pid_t child, wpid; local
65 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
106 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
111 TWAIT_REQUIRE_FAILURE(ECHILD, wpid = TWAIT_GENERIC(child, &status, 0));
t_ptrace_fork_wait.h 36 pid_t child, child2 = 0, wpid; local
79 (wpid = TWAIT_GENERIC(child2, &status, 0), child2);
89 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
132 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0),
158 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child2, &status, 0),
196 wpid = TWAIT_GENERIC(child, &status, 0), child);
220 wpid = TWAIT_GENERIC(child2, &status, 0), child2);
227 wpid = TWAIT_GENERIC(child2, &status, 0));
233 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
239 TWAIT_REQUIRE_FAILURE(ECHILD, wpid = TWAIT_GENERIC(child, &status, 0))
356 pid_t tracee, tracer, wpid; local
745 pid_t child, child2 = 0, wpid; local
937 pid_t tracee, tracer, wpid; local
1220 pid_t child, child2 = 0, wpid; local
1283 pid_t child, child2 = 0, wpid; local
    [all...]
t_fork.c 141 pid_t child, parent, watcher, wpid; local
181 wpid = waitpid(watcher, &status, 0);
183 ATF_REQUIRE_EQ(wpid, watcher);
199 wpid = waitpid(child, &status, 0);
201 ATF_REQUIRE_EQ(wpid, child);
278 pid_t child, child2, wpid; local
312 wpid = waitpid(child2, &status, 0);
313 ASSERT_EQ(child2, wpid);
322 wpid = waitpid(child, &status, 0);
324 ATF_REQUIRE_EQ(wpid, child)
    [all...]
t_ptrace_threads_wait.h 52 pid_t child, wpid; local
111 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
142 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0),
180 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0),
223 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
229 TWAIT_REQUIRE_FAILURE(ECHILD, wpid = TWAIT_GENERIC(child, &status, 0));
272 pid_t child, wpid; local
305 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
332 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0),
366 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0)
460 pid_t child, wpid; local
547 pid_t child, wpid; local
753 pid_t child, wpid; local
    [all...]
t_ptrace_signal_wait.h 69 pid_t child, wpid; local
102 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
138 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0),
144 TWAIT_REQUIRE_FAILURE(ECHILD, wpid = TWAIT_GENERIC(child, &status, 0));
179 pid_t child, wpid; local
212 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
233 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
254 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child);
259 TWAIT_REQUIRE_FAILURE(ECHILD, wpid = TWAIT_GENERIC(child, &status, 0));
294 pid_t child, wpid; local
385 pid_t child, wpid; local
507 pid_t child, wpid; local
726 pid_t child, wpid; local
949 pid_t child, wpid; local
1052 pid_t child, wpid; local
1140 pid_t child, wpid; local
1230 pid_t child, wpid; local
1366 pid_t child, parent, watcher, wpid; local
1525 pid_t child, wpid; local
1606 pid_t child, wpid; local
1692 pid_t child, wpid; local
1789 pid_t tracee, tracer, wpid; local
2176 pid_t child, wpid; local
    [all...]
  /src/external/ibm-public/postfix/dist/src/global/
mail_run.c 85 int wpid; local
103 wpid = waitpid(pid, &status, 0);
104 } while (wpid == -1 && errno == EINTR);
105 RETURN(wpid == -1 ? -1 :
  /src/lib/libc/compat/sys/
compat_wait4.c 74 wait4(pid_t wpid, int *status, int options, struct rusage50 *ru50)
79 if ((rv = __wait450(wpid, status, options, ru50 ? &ru : NULL)) == -1)

Completed in 31 milliseconds

1 2