testing.common.barrier (field)

5 uses

	testing (current package)
		testing.go#L412: 	barrier  chan bool // To signal parallel subtests they may start.
		testing.go#L1059: 	<-t.parent.barrier // Wait for the parent test to complete.
		testing.go#L1156: 			close(t.barrier)
		testing.go#L1218: 			barrier: make(chan bool),
		testing.go#L1501: 					barrier: make(chan bool),