HomeSort by relevance Sort by last modified time
    Searched defs:num_cqs (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/include/grpcpp/
server_builder.h 190 NUM_CQS, ///< Number of completion queues.
259 : num_cqs(1), min_pollers(1), max_pollers(2), cq_timeout_msec(10000) {}
262 int num_cqs; member in struct:grpc::ServerBuilder::SyncServerSettings
  /external/grpc-grpc/test/cpp/qps/
client_async.cc 172 int num_cqs = (num_async_threads_ + tpc - 1) / tpc; // ceiling operator local
173 for (int i = 0; i < num_cqs; i++) {
    [all...]
server_async.cc 99 int num_cqs = (num_threads + tpc - 1) / tpc; // ceiling operator local
100 for (int i = 0; i < num_cqs; i++) {
116 for (int j = 0; j < num_cqs; j++) {

Completed in 64 milliseconds