runtime.gobuf.ctxt (field)
10 uses
runtime (current package)
heapdump.go#L364: dumpint(uint64(uintptr(gp.sched.ctxt)))
mgcmark.go#L740: if gp.sched.ctxt != nil {
mgcmark.go#L741: scanblock(uintptr(unsafe.Pointer(&gp.sched.ctxt)), sys.PtrSize, &oneptrmask[0], gcw, &state)
proc.go#L3456: if _g_.sched.ctxt != nil {
runtime2.go#L329: ctxt unsafe.Pointer
stack.go#L718: adjustpointer(adjinfo, unsafe.Pointer(&gp.sched.ctxt))
stack.go#L967: "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
stack.go#L1017: "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
sys_x86.go#L26: buf.ctxt = ctxt
traceback.go#L125: ctxt = (*funcval)(gp.sched.ctxt)
 |
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. |