Home | History | Annotate | Download | only in runtime

Lines Matching refs:changes

719 // if a second goroutine changes gp's status to _Grunning|_Gscan,
3528 // any permanent changes to the state of the thread that would affect
4315 // Prevent allp slice changes. This lock will be completely
4443 // E.g. (p->m ? p->m->id : -1) can crash if p->m changes from non-nil to nil.