Lines Matching refs:Impl
26 Impl() string
79 func (c XChan) Impl() string {
142 func (c SChan) Impl() string {
213 func (c SSChan) Impl() string {
231 println("test1: recv on closed:", x, c.Impl())
235 println("test1: recv2 on closed:", x, ok, c.Impl())
242 println("test1: recv on closed nb:", x, selected, c.Impl())
247 println("test1: recv2 on closed nb:", x, ok, selected, c.Impl())
257 println("test1: recv on closed got non-zero after send on closed:", x, c.Impl())
264 println("test1: recv on closed got non-zero after send on closed:", x, c.Impl())
272 println("testasync1: Recv did not get 1:", x, c.Impl())
282 println("testasync1: Recv did not get 1, true:", x, ok, c.Impl())
292 println("testasync2: Nbrecv did not get 1, true:", x, selected, c.Impl())
302 println("testasync2: Nbrecv did not get 1, true, true:", x, ok, selected, c.Impl())