Home
last modified time | relevance | path

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

/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()