HomeSort by relevance Sort by last modified time
    Searched refs:SetCurrent (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/lib/asan/
asan_thread_registry.h 39 void SetCurrent(AsanThread *t);
asan_thread_registry.cc 41 SetCurrent(&main_thread_);
81 SetCurrent(thread);
90 void AsanThreadRegistry::SetCurrent(AsanThread *t) {
93 Report("SetCurrent: %p for thread %p\n",
asan_mac.cc 298 asanThreadRegistry().SetCurrent(t);
asan_interceptors.cc 118 asanThreadRegistry().SetCurrent(t);
  /external/chromium/third_party/libjingle/source/talk/base/
thread.cc 80 void ThreadManager::SetCurrent(Thread *thread) {
102 void ThreadManager::SetCurrent(Thread *thread) {
123 SetCurrent(result);
134 SetCurrent(NULL);
339 ThreadManager::SetCurrent(init->thread);
504 ThreadManager::SetCurrent(this);
510 ThreadManager::SetCurrent(NULL);
thread.h 56 static void SetCurrent(Thread *thread);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 349 talk_base::ThreadManager::SetCurrent(&w32_thread);
  /external/v8/src/
liveobjectlist.cc 363 SetCurrent(newer_);
367 SetCurrent(curr_->prev_);
381 SetCurrent(curr_->prev_);
403 inline void SetCurrent(LiveObjectList* new_curr) {
428 SetCurrent(older_);
432 SetCurrent(curr_->next_);
446 SetCurrent(curr_->next_);
    [all...]

Completed in 890 milliseconds