parent_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 );
parent_tidptr     114 plugin/pid/pid_miscwrappers.cpp                             flags, void *arg, int *parent_tidptr,
parent_tidptr     118 plugin/pid/pid_miscwrappers.cpp                        void *arg, int *parent_tidptr, struct user_desc *newtls,
parent_tidptr     150 plugin/pid/pid_miscwrappers.cpp                     parent_tidptr, newtls, child_tidptr);
parent_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);
parent_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 )
parent_tidptr     291 plugin/pid/pid_syscallsreal.c                                       parent_tidptr, newtls, child_tidptr );
parent_tidptr     155 plugin/pid/pidwrappers.h                     void *arg, int *parent_tidptr, struct user_desc *newtls,
parent_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)
parent_tidptr     921 syscallsreal.c                                       parent_tidptr, newtls, child_tidptr);
parent_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);