Home | History | Annotate | Download | only in runtime

Lines Matching defs:m0

79 	m0           m
109 // Racectx of m0->g0 is used only as the parent of the main goroutine.
137 if g.m != &m0 {
138 throw("runtime.main not on m0")
1169 if _g_.m == &m0 {
1185 } else if _g_.m != &m0 {