idtype            206 miscwrappers.cpp extern "C" int waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options)
idtype            211 miscwrappers.cpp   int retval = _real_waitid (idtype, id, &siginfop, options);
idtype            321 nosyscallsreal.c int   _real_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) {
idtype            322 nosyscallsreal.c   REAL_FUNC_PASSTHROUGH (waitid) (idtype, id, infop, options);
idtype            399 plugin/pid/pid_miscwrappers.cpp       SYSCALL_GET_ARGS_4(int,idtype,id_t,id,siginfo_t*,infop,int,options);
idtype            400 plugin/pid/pid_miscwrappers.cpp       ret = waitid((idtype_t)idtype, id, infop, options);
idtype            198 plugin/pid/pid_syscallsreal.c int   _real_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) {
idtype            199 plugin/pid/pid_syscallsreal.c   REAL_FUNC_PASSTHROUGH ( waitid ) ( idtype, id, infop, options );
idtype            409 plugin/pid/pidwrappers.cpp extern "C" int waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options)
idtype            431 plugin/pid/pidwrappers.cpp     retval = _real_waitid (idtype, currPid, &siginfop, options | WNOHANG);
idtype            197 plugin/pid/pidwrappers.h   int   _real_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options);
idtype            816 syscallsreal.c int _real_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) {
idtype            817 syscallsreal.c   REAL_FUNC_PASSTHROUGH (waitid) (idtype, id, infop, options);
idtype            445 syscallwrappers.h   int   _real_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options);