Gobuf 58 src/pkg/runtime/runtime.h typedef struct Gobuf Gobuf; Gobuf 259 src/pkg/runtime/runtime.h Gobuf sched; Gobuf 296 src/pkg/runtime/runtime.h Gobuf morebuf; // gobuf arg to morestack Gobuf 426 src/pkg/runtime/runtime.h Gobuf gobuf; Gobuf 815 src/pkg/runtime/runtime.h void runtimeツキgogo(Gobuf*); Gobuf 816 src/pkg/runtime/runtime.h void runtimeツキgostartcall(Gobuf*, void(*)(void), void*); Gobuf 817 src/pkg/runtime/runtime.h void runtimeツキgostartcallfn(Gobuf*, FuncVal*); Gobuf 818 src/pkg/runtime/runtime.h void runtimeツキgosave(Gobuf*); Gobuf 888 src/pkg/runtime/runtime.h void runtimeツキrewindmorestack(Gobuf*); Gobuf 674 src/pkg/runtime/stack.c Gobuf label, morebuf; Gobuf 865 src/pkg/runtime/stack.c runtimeツキgostartcallfn(Gobuf *gobuf, FuncVal *fv) Gobuf 10 src/pkg/runtime/sys_arm.c runtimeツキgostartcall(Gobuf *gobuf, void (*fn)(void), void *ctxt) Gobuf 23 src/pkg/runtime/sys_arm.c runtimeツキrewindmorestack(Gobuf *gobuf) Gobuf 12 src/pkg/runtime/sys_x86.c runtimeツキgostartcall(Gobuf *gobuf, void (*fn)(void), void *ctxt) Gobuf 29 src/pkg/runtime/sys_x86.c runtimeツキrewindmorestack(Gobuf *gobuf)