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

References

projects/compiler-rt/lib/lsan/lsan.cpp
   39   ThreadContext *t;
projects/compiler-rt/lib/lsan/lsan_thread.cpp
   28   void *mem = MmapOrDie(sizeof(ThreadContext), "ThreadContext");
   29   return new(mem) ThreadContext(tid);
   97 ThreadContext *CurrentThreadContext() {
  132   ThreadContext *context = static_cast<ThreadContext *>(
projects/compiler-rt/lib/lsan/lsan_thread.h
   56 ThreadContext *CurrentThreadContext();