Home
last modified time | relevance | path

Searched refs:grpc_executor_is_threaded (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dexecutor.h111 bool grpc_executor_is_threaded(GrpcExecutorType executor_type);
114 bool grpc_executor_is_threaded();
Dexecutor.cc419 bool grpc_executor_is_threaded(GrpcExecutorType executor_type) { in grpc_executor_is_threaded() function
424 bool grpc_executor_is_threaded() { in grpc_executor_is_threaded() function
425 return grpc_executor_is_threaded(GRPC_DEFAULT_EXECUTOR); in grpc_executor_is_threaded()
Dcombiner.cc232 grpc_executor_is_threaded()) { in grpc_combiner_continue_exec_ctx()