Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
H A DLoadClient.java112 threadCount = config.getAsyncClientThreads() == 0 in LoadClient()
114 : config.getAsyncClientThreads(); in LoadClient()
/aosp_15_r20/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
H A DClientConfig.php299 public function getAsyncClientThreads() function in Grpc\\Testing\\ClientConfig