Searched refs:SetThreadingAll (Results 1 – 4 of 4) sorted by relevance
81 grpc_core::Executor::SetThreadingAll(false); in grpc_prefork()92 grpc_core::Executor::SetThreadingAll(true); in grpc_postfork_parent()106 grpc_core::Executor::SetThreadingAll(true); in grpc_postfork_child()
37 grpc_core::Executor::SetThreadingAll(false); in iomgr_platform_init()
94 static void SetThreadingAll(bool enable);
455 void Executor::SetThreadingAll(bool enable) { in SetThreadingAll() function in grpc_core::Executor