Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs1054 threadsPerCq_ = other.threadsPerCq_; in ClientConfig()
1241 private int threadsPerCq_; field in Grpc.Testing.ClientConfig
1247 get { return threadsPerCq_; }
1249 threadsPerCq_ = value;
2132 threadsPerCq_ = other.threadsPerCq_; in ServerConfig()
2253 private int threadsPerCq_; field in Grpc.Testing.ServerConfig
2259 get { return threadsPerCq_; }
2261 threadsPerCq_ = value;