Searched refs:SetCurrentThread (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain.cc40 talk_base::ThreadManager::Instance()->SetCurrentThread(&w32_thread);
/external/compiler-rt/lib/lsan/
H A Dlsan.cc61 SetCurrentThread(tid);
H A Dlsan_thread.h48 void SetCurrentThread(u32 tid);
H A Dlsan_thread.cc47 void SetCurrentThread(u32 tid) { function in namespace:__lsan
H A Dlsan_interceptors.cc234 SetCurrentThread(tid);
/external/compiler-rt/lib/msan/
H A Dmsan_thread.h67 void SetCurrentThread(MsanThread *t);
H A Dmsan_thread.cc85 void SetCurrentThread(MsanThread *t) { function in namespace:__msan
H A Dmsan.cc410 SetCurrentThread(main_thread);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dthread.cc96 void ThreadManager::SetCurrentThread(Thread *thread) { function in class:talk_base::ThreadManager
118 void ThreadManager::SetCurrentThread(Thread *thread) { function in class:talk_base::ThreadManager
340 ThreadManager::Instance()->SetCurrentThread(init->thread);
535 thread_manager->SetCurrentThread(this);
541 ThreadManager::Instance()->SetCurrentThread(NULL);
553 ThreadManager::Instance()->SetCurrentThread(this);
560 ThreadManager::Instance()->SetCurrentThread(NULL);
H A Dthread.h59 void SetCurrentThread(Thread* thread);
/external/chromium_org/third_party/webrtc/base/
H A Dthread.cc79 void ThreadManager::SetCurrentThread(Thread *thread) { function in class:rtc::ThreadManager
101 void ThreadManager::SetCurrentThread(Thread *thread) { function in class:rtc::ThreadManager
323 ThreadManager::Instance()->SetCurrentThread(init->thread);
518 thread_manager->SetCurrentThread(this);
524 ThreadManager::Instance()->SetCurrentThread(NULL);
536 ThreadManager::Instance()->SetCurrentThread(this);
543 ThreadManager::Instance()->SetCurrentThread(NULL);
H A Dthread.h42 void SetCurrentThread(Thread* thread);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h40 nub_thread_t SetCurrentThread (nub_thread_t tid);
H A DMachProcess.h177 nub_thread_t SetCurrentThread (nub_thread_t tid);
H A DMachThreadList.cpp52 MachThreadList::SetCurrentThread(nub_thread_t tid) function in class:MachThreadList
H A DMachProcess.cpp197 MachProcess::SetCurrentThread(nub_thread_t tid) function in class:MachProcess
199 return m_thread_list.SetCurrentThread(tid);
/external/compiler-rt/lib/asan/
H A Dasan_thread.h158 void SetCurrentThread(AsanThread *t);
H A Dasan_thread.cc262 SetCurrentThread(tctx->thread);
271 void SetCurrentThread(AsanThread *t) { function in namespace:__asan
273 VReport(2, "SetCurrentThread: %p for thread %p\n", t->context(),
H A Dasan_mac.cc272 SetCurrentThread(t);
H A Dasan_rtl.cc682 SetCurrentThread(main_thread);
/external/chromium_org/jingle/glue/
H A Dthread_wrapper.cc71 talk_base::ThreadManager::Instance()->SetCurrentThread(NULL);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h327 SetCurrentThread (uint64_t tid);
H A DGDBRemoteRegisterContext.cpp190 if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID()))
389 if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID()))
511 if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID()))
582 if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID()))
/external/lldb/tools/debugserver/source/
H A DRNBRemote.h154 void SetCurrentThread (nub_thread_t tid) function in class:RNBRemote
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc445 talk_base::ThreadManager::Instance()->SetCurrentThread(&w32_thread);

Completed in 368 milliseconds

12