Searched refs:__WAIT_STATUS (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | wait.h | 58 # define __WAIT_STATUS void * macro 66 } __WAIT_STATUS __attribute__ ((__transparent_union__)); 73 # define __WAIT_STATUS int * 115 extern __pid_t wait (__WAIT_STATUS __stat_loc); 168 extern __pid_t wait3 (__WAIT_STATUS __stat_loc, int __options, 174 extern __pid_t wait4 (__pid_t __pid, __WAIT_STATUS __stat_loc, int __options, 179 extern __pid_t __wait4_nocancel(__pid_t, __WAIT_STATUS, int, struct rusage *) attribute_hidden;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | wait3.c | 12 pid_t wait3(__WAIT_STATUS stat_loc, int options, struct rusage *usage) in wait3()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | stdlib.h | 65 # define __WAIT_STATUS void * macro 73 } __WAIT_STATUS __attribute__ ((__transparent_union__)); 80 # define __WAIT_STATUS int *
|
Completed in 4 milliseconds