Home
last modified time | relevance | path

Searched refs:SetCurrentThread (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dwork_serializer.cc122 void SetCurrentThread() { current_thread_ = std::this_thread::get_id(); } in SetCurrentThread() function in grpc_core::WorkSerializer::LegacyWorkSerializer
125 void SetCurrentThread() {} in SetCurrentThread() function in grpc_core::WorkSerializer::LegacyWorkSerializer
152 SetCurrentThread(); in Run()
213 SetCurrentThread(); in DrainQueue()
261 SetCurrentThread(); in DrainQueueOwned()
348 void SetCurrentThread() { running_work_serializer_ = this; } in SetCurrentThread() function in grpc_core::WorkSerializer::DispatchingWorkSerializer
351 void SetCurrentThread() {} in SetCurrentThread() function in grpc_core::WorkSerializer::DispatchingWorkSerializer
452 SetCurrentThread(); in Run()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dthread.cc259 void ThreadManager::SetCurrentThread(Thread* thread) { in SetCurrentThread() function in rtc::ThreadManager
658 ThreadManager::Instance()->SetCurrentThread(nullptr); in UnwrapCurrent()
721 ThreadManager::Instance()->SetCurrentThread(thread); in PreRun()
728 ThreadManager::Instance()->SetCurrentThread(nullptr); in PreRun()
956 thread_manager->SetCurrentThread(this); in PreRun()
975 ThreadManager::Instance()->SetCurrentThread(this); in PreRun()
983 ThreadManager::Instance()->SetCurrentThread(nullptr); in PreRun()
993 rtc::ThreadManager::Instance()->SetCurrentThread(nullptr); in PreRun()
994 rtc::ThreadManager::Instance()->SetCurrentThread(this); in PreRun()
1008 rtc::ThreadManager::Instance()->SetCurrentThread(nullptr); in PreRun()
[all …]
H A Dthread_unittest.cc283 ThreadManager::Instance()->SetCurrentThread(nullptr); in TEST()
294 ThreadManager::Instance()->SetCurrentThread(current_thread); in TEST()
H A Dthread.h97 void SetCurrentThread(Thread* thread);
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_win.cc96 SetCurrentThread(t); in asan_thread_start()
135 SetCurrentThread(t); in EnsureWorkerThreadRegistered()
H A Dasan_thread.cc349 SetCurrentThread(tctx->thread); in GetCurrentThread()
358 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
H A Dasan_thread.h197 void SetCurrentThread(AsanThread *t);
H A Dasan_mac.cc151 SetCurrentThread(t); in asan_register_worker_thread()
H A Dasan_rtl.cc545 SetCurrentThread(main_thread); in AsanInitInternal()
H A Dasan_interceptors.cc235 SetCurrentThread(t); in asan_thread_start()
/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_thread.h67 void SetCurrentThread(MsanThread *t);
H A Dmsan_linux.cc191 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
H A Dmsan.cc420 SetCurrentThread(main_thread); in __msan_init()
H A Dmsan_interceptors.cc1108 SetCurrentThread(t); in MsanThreadStartFunc()
/aosp_15_r20/external/compiler-rt/lib/lsan/
H A Dlsan_thread.h55 void SetCurrentThread(u32 tid);
H A Dlsan.cc85 SetCurrentThread(tid); in __lsan_init()
H A Dlsan_thread.cc48 void SetCurrentThread(u32 tid) { in SetCurrentThread() function
H A Dlsan_interceptors.cc223 SetCurrentThread(tid); in __lsan_thread_start_func()