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

References

projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
  164   if (tctx->detached || tctx->status != ThreadStatusFinished)
  164   if (tctx->detached || tctx->status != ThreadStatusFinished)
  167     if (leaks[i].tctx->creation_stack_id == tctx->creation_stack_id) {
  172   ThreadLeak leak = {tctx, 1};