Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors.cc196 static ThreadSignalContext *SigCtx(ThreadState *thr) { in SigCtx() function
200 MemoryResetRange(thr, (uptr)&SigCtx, (uptr)ctx, sizeof(*ctx)); in SigCtx()
267 , ctx(SigCtx(thr)) { in BlockingCall()
410 ThreadSignalContext *sctx = SigCtx(thr); in SetJmp()
433 ThreadSignalContext *sctx = SigCtx(thr); in LongJmp()
976 ThreadSignalContext *ctx = SigCtx(arg->thr); in cond_mutex_unlock()
1907 ThreadSignalContext *sctx = SigCtx(thr); in ProcessPendingSignals()
1941 ThreadSignalContext *sctx = SigCtx(thr); in rtl_generic_sighandler()
2050 ThreadSignalContext *sctx = SigCtx(thr); in TSAN_INTERCEPTOR()
2062 ThreadSignalContext *sctx = SigCtx(thr); in TSAN_INTERCEPTOR()
[all …]