Home
last modified time | relevance | path

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

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/net/
H A Ddispatcher.hpp191 conn_->tx_active_++; in AsyncWriteBuffer()
237 conn_->tx_active_--; in operator ()()
413 conn_->tx_active_++; in AsyncWriteBlock()
460 conn_->tx_active_--; in operator ()()
H A Dgroup.cpp120 group_tx_active += conn.tx_active_; in RunTask()
H A Dconnection.hpp621 std::atomic<size_t> tx_active_ { 0 }; member in thrill::net::Connection