Searched refs:active_socket_count_ (Results 1 – 2 of 2) sorted by relevance
349 return active_socket_count_ == 0 && idle_sockets_.empty() && in IsEmpty()358 return active_socket_count_ + static_cast<int>(jobs_.size()) + in NumActiveSocketSlots()389 void IncrementActiveSocketCount() { active_socket_count_++; } in IncrementActiveSocketCount()390 void DecrementActiveSocketCount() { active_socket_count_--; } in DecrementActiveSocketCount()395 int active_socket_count() const { return active_socket_count_; } in active_socket_count()408 int active_socket_count_; // number of active sockets used by clients variable
1055 : active_socket_count_(0), in Group()