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

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

Completed in 111 milliseconds