func runtime.schedEnabled

5 uses

	runtime (current package)
		proc.go#L3135: 	if sched.disable.user && !schedEnabled(gp) {
		proc.go#L3140: 		if schedEnabled(gp) {
		proc.go#L3693: 		if sched.disable.user && !schedEnabled(_g_) {
		proc.go#L3820: 	if schedEnabled(_g_) {
		proc.go#L5499: func schedEnabled(gp *g) bool {