Searched refs:SetCurrent (Results 1 – 8 of 8) sorted by relevance
80 void ThreadManager::SetCurrent(Thread *thread) { in SetCurrent() function in talk_base::ThreadManager102 void ThreadManager::SetCurrent(Thread *thread) { in SetCurrent() function in talk_base::ThreadManager123 SetCurrent(result); in WrapCurrentThread()134 SetCurrent(NULL); in UnwrapCurrentThread()339 ThreadManager::SetCurrent(init->thread); in PreRun()504 ThreadManager::SetCurrent(this); in AutoThread()510 ThreadManager::SetCurrent(NULL); in ~AutoThread()
56 static void SetCurrent(Thread *thread);
40 SetCurrent(&main_thread_); in Init()80 SetCurrent(thread); in GetCurrent()89 void AsanThreadRegistry::SetCurrent(AsanThread *t) { in SetCurrent() function in __asan::AsanThreadRegistry
39 void SetCurrent(AsanThread *t);
291 asanThreadRegistry().SetCurrent(t); in asan_register_worker_thread()
103 asanThreadRegistry().SetCurrent(t); in asan_thread_start()
363 SetCurrent(newer_); in Init()367 SetCurrent(curr_->prev_); in Init()381 SetCurrent(curr_->prev_); in Next()403 inline void SetCurrent(LiveObjectList* new_curr) { in SetCurrent() function in v8::internal::LolIterator428 SetCurrent(older_); in Init()432 SetCurrent(curr_->next_); in Init()446 SetCurrent(curr_->next_); in Next()
349 talk_base::ThreadManager::SetCurrent(&w32_thread); in main()