Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc239 static ThreadSignalContext *SigCtx(ThreadState *thr) { in SigCtx() function
243 MemoryResetRange(thr, (uptr)&SigCtx, (uptr)ctx, sizeof(*ctx)); in SigCtx()
322 , ctx(SigCtx(thr)) { in BlockingCall()
500 ThreadSignalContext *sctx = SigCtx(thr); in SetJmp()
540 ThreadSignalContext *sctx = SigCtx(thr); in LongJmp()
1134 ThreadSignalContext *ctx = SigCtx(arg->thr); in cond_mutex_unlock()
1944 ThreadSignalContext *sctx = SigCtx(thr); in ProcessPendingSignals()
1979 ThreadSignalContext *sctx = SigCtx(thr); in rtl_generic_sighandler()
2033 ThreadSignalContext *sctx = SigCtx(thr); in TSAN_INTERCEPTOR()
2045 ThreadSignalContext *sctx = SigCtx(thr); in TSAN_INTERCEPTOR()
[all …]