stat_loc          169 miscwrappers.cpp extern "C" pid_t wait (__WAIT_STATUS stat_loc)
stat_loc          171 miscwrappers.cpp   return waitpid(-1, (int*)stat_loc, 0);
stat_loc          174 miscwrappers.cpp extern "C" pid_t waitpid(pid_t pid, int *stat_loc, int options)
stat_loc          176 miscwrappers.cpp   return wait4(pid, stat_loc, options, NULL);
stat_loc          313 nosyscallsreal.c pid_t _real_wait(__WAIT_STATUS stat_loc) {
stat_loc          314 nosyscallsreal.c   REAL_FUNC_PASSTHROUGH_PID_T (wait) (stat_loc);
stat_loc          317 nosyscallsreal.c pid_t _real_waitpid(pid_t pid, int *stat_loc, int options) {
stat_loc          318 nosyscallsreal.c   REAL_FUNC_PASSTHROUGH_PID_T (waitpid) (pid, stat_loc, options);
stat_loc          188 plugin/pid/pid_syscallsreal.c pid_t _real_wait(__WAIT_STATUS stat_loc) {
stat_loc          189 plugin/pid/pid_syscallsreal.c   REAL_FUNC_PASSTHROUGH_TYPED ( pid_t, wait ) ( stat_loc );
stat_loc          193 plugin/pid/pid_syscallsreal.c pid_t _real_waitpid(pid_t pid, int *stat_loc, int options) {
stat_loc          194 plugin/pid/pid_syscallsreal.c   REAL_FUNC_PASSTHROUGH_TYPED ( pid_t, waitpid ) ( pid, stat_loc, options );
stat_loc          399 plugin/pid/pidwrappers.cpp extern "C" pid_t wait (__WAIT_STATUS stat_loc)
stat_loc          401 plugin/pid/pidwrappers.cpp   return waitpid(-1, (int*)stat_loc, 0);
stat_loc          404 plugin/pid/pidwrappers.cpp extern "C" pid_t waitpid(pid_t pid, int *stat_loc, int options)
stat_loc          406 plugin/pid/pidwrappers.cpp   return wait4(pid, stat_loc, options, NULL);
stat_loc          195 plugin/pid/pidwrappers.h   pid_t _real_wait(__WAIT_STATUS stat_loc);
stat_loc          196 plugin/pid/pidwrappers.h   pid_t _real_waitpid(pid_t pid, int *stat_loc, int options);