runtime.schedt.stopwait (field)

17 uses

	runtime (current package)
		proc.go#L812: 		sched.stopwait = freezeStopWait
		proc.go#L1083: 	sched.stopwait = gomaxprocs
		proc.go#L1088: 	sched.stopwait--
		proc.go#L1098: 			sched.stopwait--
		proc.go#L1108: 		sched.stopwait--
		proc.go#L1110: 	wait := sched.stopwait > 0
		proc.go#L1127: 	if sched.stopwait != 0 {
		proc.go#L2385: 		sched.stopwait--
		proc.go#L2386: 		if sched.stopwait == 0 {
		proc.go#L2502: 	sched.stopwait--
		proc.go#L2503: 	if sched.stopwait == 0 {
		proc.go#L3582: 	if sched.stopwait > 0 && atomic.Cas(&_p_.status, _Psyscall, _Pgcstop) {
		proc.go#L3588: 		if sched.stopwait--; sched.stopwait == 0 {
		proc.go#L3736: 	if sched.stopwait == freezeStopWait {
		proc.go#L5398: 		print(" gcwaiting=", sched.gcwaiting, " nmidlelocked=", sched.nmidlelocked, " stopwait=", sched.stopwait, " sysmonwait=", sched.sysmonwait, "\n")
		runtime2.go#L781: 	stopwait   int32