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

References

projects/compiler-rt/lib/asan/asan_stats.cpp
   77   if (AsanThread *t = tctx->thread)
projects/compiler-rt/lib/asan/asan_thread.cpp
   33   thread = args->thread;
   34   thread->set_context(this);
   39   thread = nullptr;
   95   if (context->thread)
   96     context->thread->Destroy();
  395   AsanThread *t = tctx->thread;
  418         SetCurrentThread(tctx->thread);
  419         return tctx->thread;
  424   return context->thread;
  447   return tctx ? tctx->thread : nullptr;
  461   return context->thread;