Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_connection_handler.cc128 worker_round_robin_cnt_(get_config()->api.enabled ? 1 : 0), in ConnectionHandler()
517 worker = workers_[worker_round_robin_cnt_].get(); in handle_connection()
520 LOG(INFO) << "Dispatch connection to worker #" << worker_round_robin_cnt_; in handle_connection()
523 if (++worker_round_robin_cnt_ == workers_.size()) { in handle_connection()
527 worker_round_robin_cnt_ = 1; in handle_connection()
529 worker_round_robin_cnt_ = 0; in handle_connection()
Dshrpx_connection_handler.h313 unsigned int worker_round_robin_cnt_; variable