Home
last modified time | relevance | path

Searched refs:cxa_at_exit_callback_installed_at (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors_posix.cpp432 static void cxa_at_exit_callback_installed_at(void *arg) { in cxa_at_exit_callback_installed_at() function
491 res = REAL(__cxa_atexit)(cxa_at_exit_callback_installed_at, ctx, dso); in setup_at_exit_wrapper()