Home | History | Annotate | Download | only in runtime

Lines Matching refs:glist

1557 func injectglist(glist *g) {
1558 if glist == nil {
1562 for gp := glist; gp != nil; gp = gp.schedlink.ptr() {
1568 for n = 0; glist != nil; n++ {
1569 gp := glist
1570 glist = gp.schedlink.ptr()