Home
last modified time | relevance | path

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

/trusty/user/base/lib/tipc/rust/src/service/
Dhandle_set.rs40 connection_count: usize, field
63 connection_count: 0,
101 self.connection_count += 1; in add_connection()
140 self.connection_count -= 1; in close()
200 self.connection_count >= MAX_CONNECTION_COUNT in at_max_connections()