tsan_interceptors.cc | 402 static int setup_at_exit_wrapper(ThreadState *thr, uptr pc, void(*f)(), 412 return setup_at_exit_wrapper(thr, pc, (void(*)())f, 0, 0); 420 return setup_at_exit_wrapper(thr, pc, (void(*)())f, arg, dso); 423 static int setup_at_exit_wrapper(ThreadState *thr, uptr pc, void(*f)(), function in typeref:typename:int
|