testing.testContext.running (field)

5 uses

	testing (current package)
		testing.go#L1269: 	running int
		testing.go#L1283: 		running:       1, // Set the count to 1 for the main (sequential) test.
		testing.go#L1289: 	if c.running < c.maxParallel {
		testing.go#L1290: 		c.running++
		testing.go#L1302: 		c.running--