Home
last modified time | relevance | path

Searched refs:options (Results 1 – 11 of 11) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dwait4.c26 __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 Dwait3.c24 __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 Dwaitid.c25 __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 Dosf_wait4.c30 __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 Dwait4_nocancel.c26 __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 Dwait4.c26 __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 Dwaitid.c29 __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 Dnot-cancel.h68 # define __waitpid_nocancel(pid, stat_loc, options) \ argument
69 __wait4_nocancel (pid, stat_loc, options, NULL)
/sysdeps/posix/
A Dsigwait.c88 return do_sigitid (idtype, id, infop, options); in __sigwait()
/sysdeps/powerpc/
A Dpreconfigure.ac38 # cpu, don't let the generic configure append extra compiler options.
A Dpreconfigure38 # cpu, don't let the generic configure append extra compiler options.

Completed in 8 milliseconds