Searched defs:SetCurrentThread (Results 1 – 5 of 5) sorted by relevance
122 void SetCurrentThread() { current_thread_ = std::this_thread::get_id(); } in SetCurrentThread() function in grpc_core::WorkSerializer::LegacyWorkSerializer125 void SetCurrentThread() {} in SetCurrentThread() function in grpc_core::WorkSerializer::LegacyWorkSerializer348 void SetCurrentThread() { running_work_serializer_ = this; } in SetCurrentThread() function in grpc_core::WorkSerializer::DispatchingWorkSerializer351 void SetCurrentThread() {} in SetCurrentThread() function in grpc_core::WorkSerializer::DispatchingWorkSerializer
191 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
48 void SetCurrentThread(u32 tid) { in SetCurrentThread() function
358 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
259 void ThreadManager::SetCurrentThread(Thread* thread) { in SetCurrentThread() function in rtc::ThreadManager