__clone           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 );
__clone           294 miscwrappers.cpp       ret = __clone(fn, child_stack, flags, arg, pid, tls, ctid);
__clone           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);
__clone           290 plugin/pid/pid_syscallsreal.c   REAL_FUNC_PASSTHROUGH ( __clone ) ( function, child_stack, flags, arg,
__clone            93 plugin/pid/pidwrappers.h   MACRO(__clone)            \
__clone           920 syscallsreal.c   REAL_FUNC_PASSTHROUGH (__clone) (function, child_stack, flags, arg,
__clone           179 syscallwrappers.h   MACRO(__clone)                            \