runtime.schedt.maxmcount (field)

7 uses

	runtime (current package)
		proc.go#L628: 	sched.maxmcount = 10000
		proc.go#L699: 	if mcount() > sched.maxmcount {
		proc.go#L700: 		print("runtime: program exceeds ", sched.maxmcount, "-thread limit\n")
		proc.go#L6058: 	out = int(sched.maxmcount)
		proc.go#L6060: 		sched.maxmcount = 0x7fffffff
		proc.go#L6062: 		sched.maxmcount = int32(in)
		runtime2.go#L734: 	maxmcount    int32    // maximum number of m's allowed (or die)