Home | History | Annotate | Download | only in runtime

Lines Matching refs:glist

2455 func injectglist(glist *g) {
2456 if glist == nil {
2460 for gp := glist; gp != nil; gp = gp.schedlink.ptr() {
2466 for n = 0; glist != nil; n++ {
2467 gp := glist
2468 glist = gp.schedlink.ptr()