Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/io/
Dpipe_test.go151 type pipeTest struct { struct
152 async bool
153 err error
154 closeWithError bool
157 func (p pipeTest) String() string {
170 func delayClose(t *testing.T, cl closer, ch chan int, tt pipeTest) {