Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexecutor.h62 bool IsThreaded() const;
101 static bool IsThreaded(ExecutorType executor_type);
Dexecutor.cc136 bool Executor::IsThreaded() const { in IsThreaded() function in grpc_core::Executor
446 bool Executor::IsThreaded(ExecutorType executor_type) { in IsThreaded() function in grpc_core::Executor
448 return executors[static_cast<size_t>(executor_type)]->IsThreaded(); in IsThreaded()
452 return Executor::IsThreaded(ExecutorType::DEFAULT); in IsThreadedDefault()
/external/grpc-grpc/src/core/lib/iomgr/
Dexecutor.h53 bool IsThreaded() const;
Dexecutor.cc85 bool GrpcExecutor::IsThreaded() const { in IsThreaded() function in GrpcExecutor
421 return executors[executor_type]->IsThreaded(); in grpc_executor_is_threaded()