Searched refs:GetThreadLocked (Results 1 – 7 of 7) sorted by relevance
97 ThreadContextBase *GetThreadLocked(u32 tid) { in GetThreadLocked() function
103 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread()); in CurrentThreadContext()
182 asanThreadRegistry().GetThreadLocked(thread->tid())->status; in ThreadStartHook()
73 asanThreadRegistry().GetThreadLocked(tid)); in GetThreadContextByTidLocked()
256 ThreadContextBase *tctx = ctx->thread_registry->GetThreadLocked(b->tid); in __tsan_get_alloc_stack()
228 ctx->thread_registry->GetThreadLocked(tid)); in FindThreadByTidLocked()695 ctx->thread_registry->GetThreadLocked(s.tid())); in ReportRace()
264 thr->tctx = (ThreadContext*)tr->GetThreadLocked(tid); in ThreadStart()