testing.common.signal (field)
15 uses
testing (current package)
benchmark.go#L229: b.signal <- true
benchmark.go#L234: <-b.signal
benchmark.go#L281: <-b.signal
benchmark.go#L293: b.signal <- true
benchmark.go#L569: signal: make(chan bool),
benchmark.go#L632: signal: make(chan bool),
benchmark.go#L808: signal: make(chan bool),
testing.go#L413: signal chan bool // To signal a test is done.
testing.go#L1058: t.signal <- true // Release calling test.
testing.go#L1123: t.signal <- signal
testing.go#L1159: <-sub.signal
testing.go#L1219: signal: make(chan bool),
testing.go#L1239: if !<-t.signal {
testing.go#L1500: signal: make(chan bool),
testing.go#L1516: go func() { <-t.signal }()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |