/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_interceptors.cc | 462 TSAN_INTERCEPTOR(int, on_exit, void(*f)(int, void*), void *arg) { 465 SCOPED_TSAN_INTERCEPTOR(on_exit, f, arg); 473 int res = REAL(on_exit)(on_exit_wrapper, ctx); 477 #define TSAN_MAYBE_INTERCEPT_ON_EXIT TSAN_INTERCEPT(on_exit) 880 auto on_exit = at_scope_exit(&OnPotentiallyBlockingRegionEnd); local in function:STDCXX_INTERCEPTOR
|
tsan_interceptors.cc | 462 TSAN_INTERCEPTOR(int, on_exit, void(*f)(int, void*), void *arg) { 465 SCOPED_TSAN_INTERCEPTOR(on_exit, f, arg); 473 int res = REAL(on_exit)(on_exit_wrapper, ctx); 477 #define TSAN_MAYBE_INTERCEPT_ON_EXIT TSAN_INTERCEPT(on_exit) 880 auto on_exit = at_scope_exit(&OnPotentiallyBlockingRegionEnd); local in function:STDCXX_INTERCEPTOR
|
tsan_interceptors.cc | 462 TSAN_INTERCEPTOR(int, on_exit, void(*f)(int, void*), void *arg) { 465 SCOPED_TSAN_INTERCEPTOR(on_exit, f, arg); 473 int res = REAL(on_exit)(on_exit_wrapper, ctx); 477 #define TSAN_MAYBE_INTERCEPT_ON_EXIT TSAN_INTERCEPT(on_exit) 880 auto on_exit = at_scope_exit(&OnPotentiallyBlockingRegionEnd); local in function:STDCXX_INTERCEPTOR
|