Searched defs:SetIsEventEngineThread (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/ | ||
D | thread_local.cc | 25 void ThreadLocal::SetIsEventEngineThread(bool is) { g_thread_local = is; } in SetIsEventEngineThread() function in grpc_event_engine::experimental::ThreadLocal |
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/ | ||
H A D | thread_local.cc | 25 void ThreadLocal::SetIsEventEngineThread(bool is) { g_thread_local = is; } in SetIsEventEngineThread() function in grpc_event_engine::experimental::ThreadLocal |