HomeSort by: relevance | last modified time | path
    Searched refs:waitid (Results 1 - 23 of 23) sorted by relevancy

  /src/lib/libc/gen/
waitid.c 1 /* $NetBSD: waitid.c,v 1.4 2016/04/06 04:09:10 christos Exp $ */
32 __RCSID("$NetBSD: waitid.c,v 1.4 2016/04/06 04:09:10 christos Exp $");
44 __weak_alias(waitid,_waitid)
48 waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags)
Makefile.inc 39 utmpx.c valloc.c vis.c wait.c wait3.c waitid.c waitpid.c warn.c \
  /src/tests/lib/libc/sys/
t_wait_noproc.c 71 ATF_TC(waitid); variable
72 ATF_TC_HEAD(waitid, tc)
75 "Test that waitid(2) returns ECHILD for P_ALL and option %s",
79 ATF_TC_BODY(waitid, tc)
82 waitid(P_ALL, 0, NULL,
138 * waitid(2) must specify at least one of WEXITED, WUNTRACED,
241 "Test that waitid(2) returns ECHILD for P_ALL and valid "
252 printf("Testing waitid(2) with options %x\n", o);
255 waitid(P_ALL, 0, NULL, o | TWAIT_OPTION) == -1);
328 ATF_TP_ADD_TC(tp, waitid);
    [all...]
t_ptrace_wait.h 78 # define TWAIT_FNAME "waitid"
80 waitid(P_PID,(a),NULL,(c)|WEXITED|WTRAPPED)
81 # define TWAIT_WAIT6TYPE(a,b,c,d,e,f) waitid((a),(b),(f),(d))
113 * - TWAIT_WAIT6TYPE() (waitid, wait6)
118 * - TWAIT_HAVE_PID (wait2, waitpid, waitid, wait4, wait6)
287 * If waitid(2) returns because one or more processes have a state change to
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
wait.d 435 int waitid(idtype_t, id_t, siginfo_t*, int);
440 int waitid(idtype_t, id_t, siginfo_t*, int);
444 int waitid(idtype_t, id_t, siginfo_t*, int);
448 int waitid(idtype_t, id_t, siginfo_t*, int);
461 int waitid(idtype_t, id_t, siginfo_t*, int);
465 int waitid(idtype_t, id_t, siginfo_t*, int);
469 int waitid(idtype_t, id_t, siginfo_t*, int);
473 int waitid(idtype_t, id_t, siginfo_t*, int);
  /src/sys/sys/
wait.h 97 * waitid/wait6.
206 int waitid(idtype_t, id_t, siginfo_t *, int);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
wait-process.c 257 /* Commented out because waitid() with WNOWAIT doesn't work: On Solaris 7
260 /* Use of waitid() with WNOWAIT avoids a race condition: If slave_process is
269 if (waitid (P_PID, child, &info, slave_process ? WNOWAIT : 0) < 0)
301 if (waitid (P_PID, child, &info, 0) < 0)
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Program.inc 362 // For WNOHANG, we use waitid (which supports WNOWAIT) until the child process
367 waitid(P_PID, pid, &WaitIdInfo, WNOWAIT | WEXITED | options);
  /src/external/gpl3/gdb/dist/gdb/
i386-syscalls.def 305 SYSCALL (284, waitid)
i386-linux-tdep.c 690 SYSCALL_MAP (waitid);
loongarch-linux-tdep.c 691 SYSCALL_MAP (waitid);
aarch64-linux-tdep.c 2236 SYSCALL_MAP (waitid);
  /src/external/gpl3/gdb.old/dist/gdb/
i386-syscalls.def 305 SYSCALL (284, waitid)
i386-linux-tdep.c 689 SYSCALL_MAP (waitid);
loongarch-linux-tdep.c 684 SYSCALL_MAP (waitid);
aarch64-linux-tdep.c 2144 SYSCALL_MAP (waitid);
  /src/lib/libc/include/
namespace.h 805 #define waitid _waitid macro
  /src/external/mit/libuv/dist/src/unix/
process.c 1107 waitid(P_PID, pid, &infop, WNOHANG | WNOWAIT | WEXITED) == 0)
  /src/tests/lib/libpthread/
t_cancellation.c 854 RL(waitid(P_ALL, 0, NULL, 0));
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 2372 // According to sys/wait.h, wait(), waitid(), waitpid() may have symbol version
2388 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, long long id, void *infop,
2391 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, int id, void *infop,
2395 COMMON_INTERCEPTOR_ENTER(ctx, waitid, idtype, id, infop, options);
2399 int res = REAL(waitid)(idtype, id, infop, options);
2461 COMMON_INTERCEPT_FUNCTION(waitid); \
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 2543 // According to sys/wait.h, wait(), waitid(), waitpid() may have symbol version
2559 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, long long id, void *infop,
2562 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, int id, void *infop,
2566 COMMON_INTERCEPTOR_ENTER(ctx, waitid, idtype, id, infop, options);
2570 int res = REAL(waitid)(idtype, id, infop, options);
2632 COMMON_INTERCEPT_FUNCTION(waitid); \
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 2480 // According to sys/wait.h, wait(), waitid(), waitpid() may have symbol version
2496 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, long long id, void *infop,
2499 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, int id, void *infop,
2503 COMMON_INTERCEPTOR_ENTER(ctx, waitid, idtype, id, infop, options);
2507 int res = REAL(waitid)(idtype, id, infop, options);
2569 COMMON_INTERCEPT_FUNCTION(waitid); \
  /src/external/gpl2/gettext/dist/gettext-tools/
configure     [all...]

Completed in 85 milliseconds