Searched refs:setup_at_exit_wrapper (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1144 static int setup_at_exit_wrapper(void(*f)(), void *arg, void *dso);
1150 return setup_at_exit_wrapper((void(*)())func, arg, dso_handle);
1158 return setup_at_exit_wrapper((void(*)())func, 0, 0);
1161 static int setup_at_exit_wrapper(void(*f)(), void *arg, void *dso) { function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp397 static int setup_at_exit_wrapper(ThreadState *thr, uptr pc, void(*f)(),
407 return setup_at_exit_wrapper(thr, pc, (void(*)())f, 0, 0);
415 return setup_at_exit_wrapper(thr, pc, (void(*)())f, arg, dso);
418 static int setup_at_exit_wrapper(ThreadState *thr, uptr pc, void(*f)(), function

Completed in 159 milliseconds