Lines Matching refs:thread_registry
137 ThreadRegistryLock l(&ctx->thread_registry); in ShouldReport()
159 ctx->thread_registry.CheckLocked(); in ScopedReportBase()
227 ctx->thread_registry.CheckLocked(); in FindThreadByTidLocked()
229 ctx->thread_registry.GetThreadLocked(tid)); in FindThreadByTidLocked()
244 ctx->thread_registry.CheckLocked(); in IsThreadStackOrTls()
246 static_cast<ThreadContext *>(ctx->thread_registry.FindThreadContextLocked( in IsThreadStackOrTls()
443 ctx->thread_registry.CheckLocked(); in RestoreStack()
460 static_cast<ThreadContext *>(ctx->thread_registry.GetThreadLocked(tid)); in RestoreStack()
768 ThreadRegistryLock l0(&ctx->thread_registry); in ReportRace()
800 ctx->thread_registry.GetThreadLocked(tids[i])); in ReportRace()
813 ctx->thread_registry.GetThreadLocked(parent_tid)); in ReportRace()