testing.testContext.startParallel (field)

4 uses

	testing (current package)
		testing.go#L1265: 	startParallel chan bool
		testing.go#L1281: 		startParallel: make(chan bool),
		testing.go#L1296: 	<-c.startParallel
		testing.go#L1308: 	c.startParallel <- true // Pick a waiting test to be run.