idtype_t 206 miscwrappers.cpp extern "C" int waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) idtype_t 321 nosyscallsreal.c int _real_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) { idtype_t 400 plugin/pid/pid_miscwrappers.cpp ret = waitid((idtype_t)idtype, id, infop, options); idtype_t 198 plugin/pid/pid_syscallsreal.c int _real_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) { idtype_t 409 plugin/pid/pidwrappers.cpp extern "C" int waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) idtype_t 197 plugin/pid/pidwrappers.h int _real_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options); idtype_t 816 syscallsreal.c int _real_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) { idtype_t 445 syscallwrappers.h int _real_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options);