Searched refs:IsThreaded (Results 1 – 4 of 4) sorted by relevance
62 bool IsThreaded() const;101 static bool IsThreaded(ExecutorType executor_type);
136 bool Executor::IsThreaded() const { in IsThreaded() function in grpc_core::Executor446 bool Executor::IsThreaded(ExecutorType executor_type) { in IsThreaded() function in grpc_core::Executor448 return executors[static_cast<size_t>(executor_type)]->IsThreaded(); in IsThreaded()452 return Executor::IsThreaded(ExecutorType::DEFAULT); in IsThreadedDefault()
53 bool IsThreaded() const;
85 bool GrpcExecutor::IsThreaded() const { in IsThreaded() function in GrpcExecutor421 return executors[executor_type]->IsThreaded(); in grpc_executor_is_threaded()