Home | History | Annotate | Download | only in runtime

Lines Matching full:sched

57 // SP as m->g0->sched.sp, so that any use of m->g0's stack during the
59 // Before overwriting m->g0->sched.sp, it pushes the old value on the
67 // first defers a function to unwind m->g0.sched.sp, so that if p.GoF
68 // panics, m->g0.sched.sp will be restored to its old value: the m->g0 stack
74 // m->g0's stack (the pointer is still in m->g0.sched.sp), restores the old
75 // m->g0.sched.sp value from the stack, and returns to _cgoexp_GoF.
260 sp := gp.m.g0.sched.sp
329 // Do not unwind m->g0->sched.sp.
339 sched := &mp.g0.sched
344 sched.sp = *(*uintptr)(unsafe.Pointer(sched.sp + sys.MinFrameSize))
346 sched.sp = *(*uintptr)(unsafe.Pointer(sched.sp + 16))