runtime.gList.push (method)

14 uses

	runtime (current package)
		chan.go#L395: 		glist.push(gp)
		chan.go#L414: 		glist.push(gp)
		mgc.go#L1218: 		work.sweepWaiters.list.push(getg())
		mgcscavenge.go#L214: 		list.push(scavenge.g)
		netpoll.go#L372: 		toRun.push(rg)
		netpoll.go#L375: 		toRun.push(wg)
		proc.go#L4151: 	_p_.gFree.push(gp)
		proc.go#L4159: 				sched.gFree.noStack.push(gp)
		proc.go#L4161: 				sched.gFree.stack.push(gp)
		proc.go#L4186: 			_p_.gFree.push(gp)
		proc.go#L4221: 			sched.gFree.noStack.push(gp)
		proc.go#L4223: 			sched.gFree.stack.push(gp)
		proc.go#L5240: 			list.push(forcegc.g)
		proc.go#L6033: func (l *gList) push(gp *g) {