Searched refs:grpc_executor_is_threaded (Results 1 – 3 of 3) sorted by relevance
111 bool grpc_executor_is_threaded(GrpcExecutorType executor_type);114 bool grpc_executor_is_threaded();
419 bool grpc_executor_is_threaded(GrpcExecutorType executor_type) { in grpc_executor_is_threaded() function424 bool grpc_executor_is_threaded() { in grpc_executor_is_threaded() function425 return grpc_executor_is_threaded(GRPC_DEFAULT_EXECUTOR); in grpc_executor_is_threaded()
232 grpc_executor_is_threaded()) { in grpc_combiner_continue_exec_ctx()