Searched refs:connectionCount_ (Results 1 – 4 of 4) sorted by relevance
33 connectionCount_(0), in GenericKvDB()41 if (connectionCount_ > 0) { in ~GenericKvDB()102 if (connectionCount_.load() == 1) { in ReleaseDBConnection()170 connectionCount_ > 1) { in TryToDisableConnection()206 connectionCount_.fetch_add(1, std::memory_order_seq_cst); in IncreaseConnectionCounter()207 if (connectionCount_.load() > 0) { in IncreaseConnectionCounter()215 int count = connectionCount_.fetch_sub(1, std::memory_order_seq_cst); in DecreaseConnectionCounter()
187 std::atomic<int> connectionCount_; variable
192 std::atomic<int> connectionCount_ = 0; variable
43 connectionCount_.fetch_add(1, std::memory_order_seq_cst); in IncreaseConnectionCounter()44 if (connectionCount_.load() > 0) { in IncreaseConnectionCounter()376 int count = connectionCount_.fetch_sub(1, std::memory_order_seq_cst); in DecreaseConnectionCounter()423 if (connectionCount_.load() == 1) { in ReleaseDBConnection()