Home
last modified time | relevance | path

Searched defs:SetCurrentThread (Results 1 – 5 of 5) 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
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
/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_linux.cc191 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
/aosp_15_r20/external/compiler-rt/lib/lsan/
H A Dlsan_thread.cc48 void SetCurrentThread(u32 tid) { in SetCurrentThread() function
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_thread.cc358 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
/aosp_15_r20/external/webrtc/rtc_base/
H A Dthread.cc259 void ThreadManager::SetCurrentThread(Thread* thread) { in SetCurrentThread() function in rtc::ThreadManager