rusage            179 miscwrappers.cpp extern "C" pid_t wait3(__WAIT_STATUS status, int options, struct rusage *rusage)
rusage            181 miscwrappers.cpp   return wait4(-1, status, options, rusage);
rusage            185 miscwrappers.cpp pid_t wait4(pid_t pid, __WAIT_STATUS status, int options, struct rusage *rusage)
rusage            195 miscwrappers.cpp   retval = _real_wait4(pid, status, options, rusage);
rusage            325 nosyscallsreal.c pid_t _real_wait3(__WAIT_STATUS status, int options, struct rusage *rusage) {
rusage            326 nosyscallsreal.c   REAL_FUNC_PASSTHROUGH_PID_T (wait3) (status, options, rusage);
rusage            329 nosyscallsreal.c pid_t _real_wait4(pid_t pid, __WAIT_STATUS status, int options, struct rusage *rusage) {
rusage            330 nosyscallsreal.c   REAL_FUNC_PASSTHROUGH_PID_T (wait4) (pid, status, options, rusage);
rusage            407 plugin/pid/pid_miscwrappers.cpp                          struct rusage*,rusage);
rusage            408 plugin/pid/pid_miscwrappers.cpp       ret = wait4(pid, status, options, rusage);
rusage            203 plugin/pid/pid_syscallsreal.c pid_t _real_wait3(__WAIT_STATUS status, int options, struct rusage *rusage) {
rusage            204 plugin/pid/pid_syscallsreal.c   REAL_FUNC_PASSTHROUGH_TYPED ( pid_t, wait3 ) ( status, options, rusage );
rusage            208 plugin/pid/pid_syscallsreal.c pid_t _real_wait4(pid_t pid, __WAIT_STATUS status, int options, struct rusage *rusage) {
rusage            209 plugin/pid/pid_syscallsreal.c   REAL_FUNC_PASSTHROUGH_TYPED ( pid_t, wait4 ) ( pid, status, options, rusage );
rusage            461 plugin/pid/pidwrappers.cpp extern "C" pid_t wait3(__WAIT_STATUS status, int options, struct rusage *rusage)
rusage            463 plugin/pid/pidwrappers.cpp   return wait4(-1, status, options, rusage);
rusage            499 plugin/pid/pidwrappers.cpp pid_t wait4(pid_t pid, __WAIT_STATUS status, int options, struct rusage *rusage)
rusage            515 plugin/pid/pidwrappers.cpp     retval = _real_wait4(currPid, status, options | WNOHANG, rusage);
rusage            199 plugin/pid/pidwrappers.h   pid_t _real_wait3(__WAIT_STATUS status, int options, struct rusage *rusage);
rusage            201 plugin/pid/pidwrappers.h                     struct rusage *rusage);
rusage            822 syscallsreal.c                   struct rusage *rusage) {
rusage            823 syscallsreal.c   REAL_FUNC_PASSTHROUGH_TYPED (pid_t, wait4) (pid, status, options, rusage);
rusage            447 syscallwrappers.h                     struct rusage *rusage);