child_tidptr      226 miscwrappers.cpp extern "C" int __clone ( int ( *fn ) ( void *arg ), void *child_stack, int flags, void *arg, int *parent_tidptr, struct user_desc *newtls, int *child_tidptr );
child_tidptr      115 plugin/pid/pid_miscwrappers.cpp                             struct user_desc *newtls, int *child_tidptr);
child_tidptr      119 plugin/pid/pid_miscwrappers.cpp                        int *child_tidptr)
child_tidptr      150 plugin/pid/pid_miscwrappers.cpp                     parent_tidptr, newtls, child_tidptr);
child_tidptr      266 plugin/pid/pid_miscwrappers.cpp extern "C" int __clone (int (*fn) (void *arg), void *child_stack, int flags, void *arg, int *parent_tidptr, struct user_desc *newtls, int *child_tidptr);
child_tidptr      288 plugin/pid/pid_syscallsreal.c int _real_clone ( int ( *function ) (void *), void *child_stack, int flags, void *arg, int *parent_tidptr, struct user_desc *newtls, int *child_tidptr )
child_tidptr      291 plugin/pid/pid_syscallsreal.c                                       parent_tidptr, newtls, child_tidptr );
child_tidptr      156 plugin/pid/pidwrappers.h                     int *child_tidptr );
child_tidptr      918 syscallsreal.c int _real_clone (int (*function) (void *), void *child_stack, int flags, void *arg, int *parent_tidptr, struct user_desc *newtls, int *child_tidptr)
child_tidptr      921 syscallsreal.c                                       parent_tidptr, newtls, child_tidptr);
child_tidptr      316 syscallwrappers.h   int _real_clone (int (*fn) (void *arg), void *child_stack, int flags, void *arg, int *parent_tidptr, struct user_desc *newtls, int *child_tidptr);