Home
last modified time | relevance | path

Searched refs:clients_ (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/modules/thrift/src/thrift/server/
DTServerFramework.cpp54 clients_(0), hwm_(0), limit_(INT64_MAX) in TServerFramework()
62 : TServer(processor, serverTransport, transportFactory, protocolFactory), clients_(0), in TServerFramework()
75 clients_(0), hwm_(0), limit_(INT64_MAX) in TServerFramework()
87 clients_(0), hwm_(0), limit_(INT64_MAX) in TServerFramework()
139 while (clients_ >= limit_) { in serve()
199 return clients_; in getConcurrentClientCount()
215 if (limit_ - clients_ > 0) { in setConcurrentClientLimit()
232 ++clients_; in newlyConnectedClient()
233 hwm_ = (std::max)(hwm_, clients_); in newlyConnectedClient()
247 if (limit_ - --clients_ > 0) { in disposeConnectedClient()
DTServerFramework.h181 int64_t clients_; variable
/Zephyr-latest/drivers/interrupt_controller/
Dintc_shared_irq.c171 struct shared_irq_client clients_##n[INST_SUPPORTS_DEP_ORDS_CNT(n)]; \
173 .client = clients_##n \