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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cpp
  116   threads_ = (ThreadContextBase **)MmapOrDie(max_threads_ * sizeof(threads_[0]),
  116   threads_ = (ThreadContextBase **)MmapOrDie(max_threads_ * sizeof(threads_[0]),
  146     threads_[tid] = tctx;
  175     ThreadContextBase *tctx = threads_[tid];
  185     ThreadContextBase *tctx = threads_[tid];
  196     ThreadContextBase *tctx = threads_[tid];
  217   ThreadContextBase *tctx = threads_[tid];
  227     ThreadContextBase *tctx = threads_[tid];
  239   ThreadContextBase *tctx = threads_[tid];
  260       ThreadContextBase *tctx = threads_[tid];
  286   ThreadContextBase *tctx = threads_[tid];
  310   ThreadContextBase *tctx = threads_[tid];
  343   ThreadContextBase *tctx = threads_[tid];
projects/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.h
  104     return threads_[tid];