runtime.g.cgoCtxt (field)
7 uses
runtime (current package)
cgocall.go#L251: s := append(gp.cgoCtxt, ctxt)
cgocall.go#L259: p := (*slice)(unsafe.Pointer(&gp.cgoCtxt))
cgocall.go#L266: p := (*slice)(unsafe.Pointer(&gp.cgoCtxt))
runtime2.go#L469: cgoCtxt []uintptr // cgo traceback context
traceback.go#L137: cgoCtxt := gp.cgoCtxt
traceback.go#L200: cgoCtxt = gp.m.curg.cgoCtxt
traceback.go#L205: cgoCtxt = gp.m.curg.cgoCtxt
![]() |
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. |