Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc438 static void on_exit_wrapper(int status, void *arg) { in on_exit_wrapper() function
458 int res = REAL(on_exit)(on_exit_wrapper, ctx); in TSAN_INTERCEPTOR()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp447 static void on_exit_wrapper(int status, void *arg) { in on_exit_wrapper() function
467 int res = REAL(on_exit)(on_exit_wrapper, ctx); in TSAN_INTERCEPTOR()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc453 static void on_exit_wrapper(int status, void *arg) { in on_exit_wrapper() function
473 int res = REAL(on_exit)(on_exit_wrapper, ctx); in TSAN_INTERCEPTOR()