Home
last modified time | relevance | path

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

/Zephyr-latest/modules/thrift/src/thrift/server/
DTServerFramework.cpp54 clients_(0), hwm_(0), limit_(INT64_MAX) in TServerFramework()
63 hwm_(0), limit_(INT64_MAX) in TServerFramework()
75 clients_(0), hwm_(0), limit_(INT64_MAX) in TServerFramework()
87 clients_(0), hwm_(0), limit_(INT64_MAX) in TServerFramework()
205 return hwm_; in getConcurrentClientCountHWM()
233 hwm_ = (std::max)(hwm_, clients_); in newlyConnectedClient()
DTServerFramework.h186 int64_t hwm_; variable