testing.common.hasSub (field)

6 uses

	testing (current package)
		benchmark.go#L241: 	if atomic.LoadInt32(&b.hasSub) != 0 || b.finished {
		benchmark.go#L617: 	atomic.StoreInt32(&b.hasSub, 1)
		benchmark.go#L649: 		atomic.StoreInt32(&sub.hasSub, 1)
		testing.go#L402: 	hasSub     int32          // Written atomically.
		testing.go#L1181: 		if t.parent != nil && atomic.LoadInt32(&t.hasSub) == 0 {
		testing.go#L1206: 	atomic.StoreInt32(&t.hasSub, 1)