Searched defs:testConnSet (Results 1 – 1 of 1) sorted by relevance
81 type testConnSet struct { struct82 t *testing.T83 mu sync.Mutex // guards closed and list84 closed map[net.Conn]bool85 list []net.Conn // in order created88 func (tcs *testConnSet) insert(c net.Conn) {95 func (tcs *testConnSet) remove(c net.Conn) {119 func (tcs *testConnSet) check(t *testing.T) {