HomeSort by relevance Sort by last modified time
    Searched refs:threads_per_cq (Results 1 - 6 of 6) sorted by null

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
ServerConfig.php 66 * Generated from protobuf field <code>int32 threads_per_cq = 12;</code>
68 private $threads_per_cq = 0; variable
294 * Generated from protobuf field <code>int32 threads_per_cq = 12;</code>
299 return $this->threads_per_cq;
305 * Generated from protobuf field <code>int32 threads_per_cq = 12;</code>
312 $this->threads_per_cq = $var; variable
ClientConfig.php 91 * Generated from protobuf field <code>int32 threads_per_cq = 17;</code>
93 private $threads_per_cq = 0; variable
455 * Generated from protobuf field <code>int32 threads_per_cq = 17;</code>
460 return $this->threads_per_cq;
466 * Generated from protobuf field <code>int32 threads_per_cq = 17;</code>
473 $this->threads_per_cq = $var; variable
  /external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
control_pb.rb 47 optional :threads_per_cq, :int32, 17
72 optional :threads_per_cq, :int32, 12
  /external/grpc-grpc/test/cpp/qps/
server_async.cc 98 int tpc = std::max(1, config.threads_per_cq()); // 1 if unspecified
client_async.cc 171 int tpc = std::max(1, config.threads_per_cq()); // 1 if unspecified
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Control.cs     [all...]

Completed in 812 milliseconds