Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc363 static void at_exit_wrapper() { in at_exit_wrapper() function
425 res = REAL(__cxa_atexit)((void (*)(void *a))at_exit_wrapper, 0, 0); in setup_at_exit_wrapper()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp369 static void at_exit_wrapper() { in at_exit_wrapper() function
434 res = REAL(__cxa_atexit)((void (*)(void *a))at_exit_wrapper, 0, 0); in setup_at_exit_wrapper()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc378 static void at_exit_wrapper() { in at_exit_wrapper() function
440 res = REAL(__cxa_atexit)((void (*)(void *a))at_exit_wrapper, 0, 0); in setup_at_exit_wrapper()