Home | History | Annotate | Download | only in rtl

Lines Matching full:atexit

245   int atexit(ThreadState *thr, uptr pc, atexit_t f) {
270 DPrintf("#%d: executing atexit func %p\n", thr->tid, f);
299 TSAN_INTERCEPTOR(int, atexit, void (*f)()) {
300 SCOPED_TSAN_INTERCEPTOR(atexit, f);
301 return atexit_ctx->atexit(thr, pc, f);
1603 TsanPrintf("ThreadSanitizer: failed to setup atexit callback\n");