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

Declarations

projects/compiler-rt/lib/tsan/rtl/tsan_defs.h
  169 struct Context;

References

projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
   51 static char ctx_placeholder[sizeof(Context)] ALIGNED(64);
   52 Context *ctx;
  112 ThreadState::ThreadState(Context *ctx, int tid, int unique_id, u64 epoch,
  138 static void MemoryProfiler(Context *ctx, fd_t fd, int i) {
  362   ctx = new(ctx_placeholder) Context;
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h
  450   explicit ThreadState(Context *ctx, int tid, int unique_id, u64 epoch,
  562 extern Context *ctx;  // The one and the only global runtime context.
  695 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
  544 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) {
  561 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) {