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