const runtime._Pgcstop

9 uses

	runtime (current package)
		proc.go#L1087: 	_g_.m.p.ptr().status = _Pgcstop // Pgcstop is only diagnostic.
		proc.go#L1092: 		if s == _Psyscall && atomic.Cas(&p.status, s, _Pgcstop) {
		proc.go#L1107: 		p.status = _Pgcstop
		proc.go#L1131: 			if p.status != _Pgcstop {
		proc.go#L2384: 		_p_.status = _Pgcstop
		proc.go#L2501: 	_p_.status = _Pgcstop
		proc.go#L3582: 	if sched.stopwait > 0 && atomic.Cas(&_p_.status, _Psyscall, _Pgcstop) {
		proc.go#L4643: 	pp.status = _Pgcstop
		runtime2.go#L148: 	_Pgcstop