func runtime.ready

6 uses

	runtime (current package)
		mgc.go#L2214: 		ready(sweep.g, 0, true)
		mgcmark.go#L661: 			ready(gp, 0, false)
		preempt.go#L278: 		ready(gp, 0, true)
		proc.go#L347: 		ready(gp, traceskip, true)
		proc.go#L772: func ready(gp *g, traceskip int, next bool) {
		proc.go#L2575: 			ready(gp, 0, true)