Home
last modified time | relevance | path

Searched defs:testConnSet (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dtransport_test.go81 type testConnSet struct { struct
82 t *testing.T
83 mu sync.Mutex // guards closed and list
84 closed map[net.Conn]bool
85 list []net.Conn // in order created
88 func (tcs *testConnSet) insert(c net.Conn) {
95 func (tcs *testConnSet) remove(c net.Conn) {
119 func (tcs *testConnSet) check(t *testing.T) {