Home
last modified time | relevance | path

Searched refs:SetThreadingAll (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dfork_posix.cc81 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()
Diomgr_custom.cc37 grpc_core::Executor::SetThreadingAll(false); in iomgr_platform_init()
Dexecutor.h94 static void SetThreadingAll(bool enable);
Dexecutor.cc455 void Executor::SetThreadingAll(bool enable) { in SetThreadingAll() function in grpc_core::Executor