fn 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 ); fn 292 miscwrappers.cpp SYSCALL_GET_ARGS_7(fnc, fn, void*, child_stack, int, flags, void*, arg, fn 294 miscwrappers.cpp ret = __clone(fn, child_stack, flags, arg, pid, tls, ctid); fn 360 plugin/ipc/file/filewrappers.cpp static int _open_open64_work(int(*fn) (const char *path, int flags, ...), fn 374 plugin/ipc/file/filewrappers.cpp int fd = (*fn) (newpath, flags, mode); fn 443 plugin/ipc/file/filewrappers.cpp static FILE *_fopen_fopen64_work(FILE*(*fn) (const char *path, const char *mode), fn 457 plugin/ipc/file/filewrappers.cpp FILE *file =(*fn) (newpath, mode); fn 86 plugin/pid/pid_miscwrappers.cpp int (*fn) (void *arg); // clone() calls fn that returns int fn 97 plugin/pid/pid_miscwrappers.cpp int (*fn) (void *) = threadArg->fn; fn 109 plugin/pid/pid_miscwrappers.cpp return (*fn) (thread_arg); fn 113 plugin/pid/pid_miscwrappers.cpp typedef int (*clone_fptr_t)(int (*fn) (void *arg), void *child_stack, int fn 117 plugin/pid/pid_miscwrappers.cpp extern "C" int __clone(int (*fn) (void *arg), void *child_stack, int flags, fn 143 plugin/pid/pid_miscwrappers.cpp threadArg->fn = fn; fn 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); fn 80 plugin/pid/pid_syscallsreal.c if (fn == NULL) { \ fn 83 plugin/pid/pid_syscallsreal.c fn = pid_real_func_addr[PIDVIRT_ENUM(name)]; \ fn 84 plugin/pid/pid_syscallsreal.c if (fn == NULL) { \ fn 96 plugin/pid/pid_syscallsreal.c static type (*fn)() = NULL; \ fn 98 plugin/pid/pid_syscallsreal.c return (*fn) fn 101 plugin/pid/pid_syscallsreal.c static void (*fn)() = NULL; \ fn 103 plugin/pid/pid_syscallsreal.c (*fn) fn 106 plugin/pid/pid_syscallsreal.c static void (*fn)() __attribute__ ((__noreturn__)) = NULL; \ fn 108 plugin/pid/pid_syscallsreal.c (*fn) fn 154 plugin/pid/pidwrappers.h int _real_clone ( int ( *fn ) ( void *arg ), void *child_stack, int flags, fn 331 plugin/svipc/dmtcp-test.h static __typeof__(&dmtcp_event_hook) fn fn 333 plugin/svipc/dmtcp-test.h if ((void*) fn == (void*) -1) { fn 334 plugin/svipc/dmtcp-test.h fn = NEXT_FNC(dmtcp_event_hook); fn 336 plugin/svipc/dmtcp-test.h if (fn != NULL) { fn 337 plugin/svipc/dmtcp-test.h (*fn) (event, data); fn 5 plugin/timer/tmp.cpp static __typeof__(&bar) fn \ fn 322 syscallsreal.c if (fn == NULL) { \ fn 324 syscallsreal.c fn = _real_func_addr[ENUM(name)]; \ fn 325 syscallsreal.c if (fn == NULL) { \ fn 335 syscallsreal.c static type (*fn)() = NULL; \ fn 337 syscallsreal.c return (*fn) fn 340 syscallsreal.c static void (*fn)() = NULL; \ fn 342 syscallsreal.c (*fn) fn 345 syscallsreal.c static void (*fn)() __attribute__ ((__noreturn__)) = NULL; \ fn 347 syscallsreal.c (*fn) fn 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); fn 69 threadinfo.h int (*fn)(void *); fn 180 threadlist.cpp void ThreadList::initThread(Thread* th, int (*fn)(void*), void *arg, int flags, fn 184 threadlist.cpp th->fn = fn; fn 38 threadlist.h void initThread(Thread* th, int (*fn)(void*), void *arg, int flags, fn 41 threadwrappers.cpp int (*fn) (void *arg); fn 68 threadwrappers.cpp int ret = thread->fn(thread->arg); fn 97 threadwrappers.cpp extern "C" int __clone(int (*fn) (void *arg), void *child_stack, int flags, fn 105 threadwrappers.cpp ThreadList::initThread(thread, fn, arg, flags, ptid, ctid);