reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
  491   if (!thr->is_inited)  // called from libc guts during bootstrap
  494   JmpBufGarbageCollect(thr, sp);
  496   JmpBuf *buf = thr->jmp_bufs.PushBack();
  498   buf->shadow_stack_pos = thr->shadow_stack_pos;
  499   ThreadSignalContext *sctx = SigCtx(thr);
  504   buf->in_signal_handler = atomic_load(&thr->in_signal_handler,