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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1133 static int setup_at_exit_wrapper(void(*f)(), void *arg, void *dso);
1139 return setup_at_exit_wrapper((void(*)())func, arg, dso_handle);
1147 return setup_at_exit_wrapper((void(*)())func, 0, 0);
1150 static int setup_at_exit_wrapper(void(*f)(), void *arg, void *dso) { function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp398 static int setup_at_exit_wrapper(ThreadState *thr, uptr pc, void(*f)(),
408 return setup_at_exit_wrapper(thr, pc, (void(*)())f, 0, 0);
416 return setup_at_exit_wrapper(thr, pc, (void(*)())f, arg, dso);
419 static int setup_at_exit_wrapper(ThreadState *thr, uptr pc, void(*f)(), function

Completed in 179 milliseconds