runtime.m.morebuf (field)
11 uses
runtime (current package)
runtime2.go#L488: morebuf gobuf // gobuf arg to morestack
stack.go#L941: if thisg.m.morebuf.g.ptr().stackguard0 == stackFork {
stack.go#L944: if thisg.m.morebuf.g.ptr() != thisg.m.curg {
stack.go#L945: print("runtime: newstack called from g=", hex(thisg.m.morebuf.g), "\n"+"\tm=", thisg.m, " m->curg=", thisg.m.curg, " m->g0=", thisg.m.g0, " m->gsignal=", thisg.m.gsignal, "\n")
stack.go#L946: morebuf := thisg.m.morebuf
stack.go#L955: morebuf := thisg.m.morebuf
stack.go#L974: morebuf := thisg.m.morebuf
stack.go#L975: thisg.m.morebuf.pc = 0
stack.go#L976: thisg.m.morebuf.lr = 0
stack.go#L977: thisg.m.morebuf.sp = 0
stack.go#L978: thisg.m.morebuf.g = 0
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |