mirror of https://github.com/golang/go.git
nonblock.go wants to test nonblocking operations on synchronous channels, so it is inherently racy. This introduces loops to make the race conditions much more likely to succeed when using gccgo. R=r CC=golang-dev https://golang.org/cl/2161043 |
||
|---|---|---|
| .. | ||
| doubleselect.go | ||
| fifo.go | ||
| goroutines.go | ||
| nonblock.go | ||
| perm.go | ||
| powser1.go | ||
| powser2.go | ||
| select.go | ||
| select2.go | ||
| select3.go | ||
| sieve1.go | ||
| sieve2.go | ||