Searched refs:GetThreadLocked (Results 1 – 15 of 15) sorted by relevance
71 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread()); in CurrentThreadContext()
91 ThreadContextBase *GetThreadLocked(u32 tid) { in GetThreadLocked() function
103 ThreadContextBase *GetThreadLocked(u32 tid) { in GetThreadLocked() function
112 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread()); in CurrentThreadContext()
69 memprofThreadRegistry().GetThreadLocked(tid)); in GetThreadContextByTidLocked()
189 asanThreadRegistry().GetThreadLocked(thread->tid())->status; in ThreadStartHook()
72 asanThreadRegistry().GetThreadLocked(tid)); in GetThreadContextByTidLocked()
132 ThreadContextBase *main_thread = registry->GetThreadLocked(0); in TestRegistry()
133 ThreadContextBase *main_thread = registry->GetThreadLocked(0); in TestRegistry()
255 ThreadContextBase *tctx = ctx->thread_registry->GetThreadLocked(b->tid); in __tsan_get_alloc_stack()
228 ctx->thread_registry->GetThreadLocked(tid)); in FindThreadByTidLocked()693 ctx->thread_registry->GetThreadLocked(s.tid())); in ReportRace()
268 thr->tctx = (ThreadContext*)tr->GetThreadLocked(tid); in ThreadStart()
78 asanThreadRegistry().GetThreadLocked(tid)); in GetThreadContextByTidLocked()
223 ctx->thread_registry->GetThreadLocked(tid)); in FindThreadByTidLocked()655 ctx->thread_registry->GetThreadLocked(s.tid())); in ReportRace()
265 thr->tctx = (ThreadContext*)tr->GetThreadLocked(tid); in ThreadStart()