child_stack       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_stack       292 miscwrappers.cpp       SYSCALL_GET_ARGS_7(fnc, fn, void*, child_stack, int, flags, void*, arg,
child_stack       294 miscwrappers.cpp       ret = __clone(fn, child_stack, flags, arg, pid, tls, ctid);
child_stack       113 plugin/pid/pid_miscwrappers.cpp typedef int (*clone_fptr_t)(int (*fn) (void *arg), void *child_stack, int
child_stack       117 plugin/pid/pid_miscwrappers.cpp extern "C" int __clone(int (*fn) (void *arg), void *child_stack, int flags,
child_stack       149 plugin/pid/pid_miscwrappers.cpp   pid_t tid = _real_clone(clone_start, child_stack, flags, threadArg,
child_stack       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_stack       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_stack       290 plugin/pid/pid_syscallsreal.c   REAL_FUNC_PASSTHROUGH ( __clone ) ( function, child_stack, flags, arg,
child_stack       154 plugin/pid/pidwrappers.h   int _real_clone ( int ( *fn ) ( void *arg ), void *child_stack, int flags,
child_stack       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_stack       920 syscallsreal.c   REAL_FUNC_PASSTHROUGH (__clone) (function, child_stack, flags, arg,
child_stack       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);
child_stack        97 threadwrappers.cpp extern "C" int __clone(int (*fn) (void *arg), void *child_stack, int flags,
child_stack       111 threadwrappers.cpp   pid_t tid = _real_clone(clone_start, child_stack, flags, thread,