HomeSort by relevance Sort by last modified time
    Searched defs:SetCurrentThread (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/msan/
msan_linux.cc 191 void SetCurrentThread(MsanThread *t) {
  /external/compiler-rt/lib/lsan/
lsan_thread.cc 48 void SetCurrentThread(u32 tid) {
  /external/webrtc/webrtc/base/
thread.cc 82 void ThreadManager::SetCurrentThread(Thread *thread) {
104 void ThreadManager::SetCurrentThread(Thread *thread) {
233 ThreadManager::Instance()->SetCurrentThread(NULL);
288 ThreadManager::Instance()->SetCurrentThread(init->thread);
510 thread_manager->SetCurrentThread(this);
516 ThreadManager::Instance()->SetCurrentThread(this);
523 ThreadManager::Instance()->SetCurrentThread(NULL);
  /external/compiler-rt/lib/asan/
asan_thread.cc 349 SetCurrentThread(tctx->thread);
358 void SetCurrentThread(AsanThread *t) {
360 VReport(2, "SetCurrentThread: %p for thread %p\n", t->context(),

Completed in 245 milliseconds