Home
last modified time | relevance | path

Searched refs:SetCurrent (Results 1 – 8 of 8) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dthread.cc80 void ThreadManager::SetCurrent(Thread *thread) { in SetCurrent() function in talk_base::ThreadManager
102 void ThreadManager::SetCurrent(Thread *thread) { in SetCurrent() function in talk_base::ThreadManager
123 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()
Dthread.h56 static void SetCurrent(Thread *thread);
/external/compiler-rt/lib/asan/
Dasan_thread_registry.cc40 SetCurrent(&main_thread_); in Init()
80 SetCurrent(thread); in GetCurrent()
89 void AsanThreadRegistry::SetCurrent(AsanThread *t) { in SetCurrent() function in __asan::AsanThreadRegistry
Dasan_thread_registry.h39 void SetCurrent(AsanThread *t);
Dasan_mac.cc291 asanThreadRegistry().SetCurrent(t); in asan_register_worker_thread()
Dasan_interceptors.cc103 asanThreadRegistry().SetCurrent(t); in asan_thread_start()
/external/v8/src/
Dliveobjectlist.cc363 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::LolIterator
428 SetCurrent(older_); in Init()
432 SetCurrent(curr_->next_); in Init()
446 SetCurrent(curr_->next_); in Next()
/external/chromium/third_party/libjingle/source/talk/examples/call/
Dcall_main.cc349 talk_base::ThreadManager::SetCurrent(&w32_thread); in main()