Lines Matching refs:AsanThread
46 void AsanThreadRegistry::RegisterThread(AsanThread *thread) {
58 void AsanThreadRegistry::UnregisterThread(AsanThread *thread) {
66 AsanThread *AsanThreadRegistry::GetMain() {
70 AsanThread *AsanThreadRegistry::GetCurrent() {
79 AsanThread* thread = FindThreadByStackAddress((uptr)&summary);
90 void AsanThreadRegistry::SetCurrent(AsanThread *t) {
96 // Make sure we do not reset the current AsanThread.
103 AsanThread *t = GetCurrent();
160 AsanThread *AsanThreadRegistry::FindThreadByStackAddress(uptr addr) {
163 AsanThread *t = thread_summaries_[tid]->thread();
174 AsanThread *t = thread_summaries_[tid]->thread();