/sysdeps/unix/sysv/linux/ |
A D | wait4.c | 26 __wait4_time64 (pid_t pid, int *stat_loc, int options, struct __rusage64 *usage) in __wait4_time64() argument 30 return SYSCALL_CANCEL (wait4, pid, stat_loc, options, usage); in __wait4_time64() 35 ret = SYSCALL_CANCEL (wait4, pid, stat_loc, options, in __wait4_time64() 56 options |= WEXITED; in __wait4_time64() 61 if (SYSCALL_CANCEL (waitid, idtype, pid, &infop, options, usage) < 0) in __wait4_time64() 66 if (SYSCALL_CANCEL (waitid, idtype, pid, &infop, options, &usage32) < 0) in __wait4_time64() 115 __wait4 (pid_t pid, int *stat_loc, int options, struct rusage *usage) in libc_hidden_def() 120 ret = __wait4_time64 (pid, stat_loc, options, in libc_hidden_def()
|
A D | wait3.c | 24 __wait3_time64 (int *stat_loc, int options, struct __rusage64 *usage) in __wait3_time64() argument 26 return __wait4_time64 (WAIT_ANY, stat_loc, options, usage); in __wait3_time64() 32 __wait3 (int *stat_loc, int options, struct rusage *usage) in libc_hidden_def() 35 pid_t ret = __wait3_time64 (stat_loc, options, in libc_hidden_def()
|
A D | waitid.c | 25 __waitid (idtype_t idtype, id_t id, siginfo_t *infop, int options) in __waitid() argument 29 return SYSCALL_CANCEL (waitid, idtype, id, infop, options, NULL); in __waitid()
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | osf_wait4.c | 30 __wait4_tv32 (pid_t pid, int *status, int options, struct __rusage32 *usage32) in __wait4_tv32() argument 33 pid_t child = __wait4 (pid, status, options, &usage); in __wait4_tv32()
|
/sysdeps/mach/hurd/ |
A D | wait4_nocancel.c | 26 __wait4_nocancel (pid_t pid, int *stat_loc, int options, struct rusage *usage) in __wait4_nocancel() argument 34 err = __USEPORT (PROC, __proc_wait (port, pid, options, in __wait4_nocancel()
|
A D | wait4.c | 26 __wait4 (pid_t pid, int *stat_loc, int options, struct rusage *usage) in __wait4() argument 36 err = __USEPORT_CANCEL (PROC, __proc_wait (port, pid, options, in __wait4()
|
A D | waitid.c | 29 __waitid (idtype_t idtype, id_t id, siginfo_t *infop, int options) in __waitid() argument 72 err = __USEPORT_CANCEL (PROC, __proc_waitid (port, pid, options, in __waitid() 77 err = __USEPORT_CANCEL (PROC, __proc_wait (port, pid, options, in __waitid()
|
A D | not-cancel.h | 68 # define __waitpid_nocancel(pid, stat_loc, options) \ argument 69 __wait4_nocancel (pid, stat_loc, options, NULL)
|
/sysdeps/posix/ |
A D | sigwait.c | 88 return do_sigitid (idtype, id, infop, options); in __sigwait()
|
/sysdeps/powerpc/ |
A D | preconfigure.ac | 38 # cpu, don't let the generic configure append extra compiler options.
|
A D | preconfigure | 38 # cpu, don't let the generic configure append extra compiler options.
|