Searched refs:stat_loc (Results 1 – 5 of 5) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | wait4.c | 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() 73 if (stat_loc) in __wait4_time64() 78 *stat_loc = W_EXITCODE (infop.si_status, 0); in __wait4_time64() 81 *stat_loc = WCOREFLAG | infop.si_status; in __wait4_time64() 84 *stat_loc = infop.si_status; in __wait4_time64() 88 *stat_loc = W_STOPCODE (infop.si_status); in __wait4_time64() 91 *stat_loc = __W_CONTINUED; in __wait4_time64() 94 *stat_loc = 0; in __wait4_time64() 115 __wait4 (pid_t pid, int *stat_loc, int options, struct rusage *usage) in libc_hidden_def() [all …]
|
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()
|
/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 35 stat_loc ?: &dummy, &sigcode, in __wait4_nocancel()
|
A D | wait4.c | 26 __wait4 (pid_t pid, int *stat_loc, int options, struct rusage *usage) in __wait4() argument 37 stat_loc ?: &dummy, &sigcode, in __wait4()
|
A D | not-cancel.h | 68 # define __waitpid_nocancel(pid, stat_loc, options) \ argument 69 __wait4_nocancel (pid, stat_loc, options, NULL)
|
Completed in 32 milliseconds