Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc422 static void on_exit_wrapper(int status, void *arg) { in on_exit_wrapper() function
442 int res = REAL(on_exit)(on_exit_wrapper, ctx); in TSAN_INTERCEPTOR()