runtime.m.cgoCallers (field)
13 uses
runtime (current package)
cgocall.go#L138: mp.cgoCallers[0] = 0
proc.go#L760: mp.cgoCallers = new(cgoCallers)
proc.go#L4485: if atomic.Load(&mp.cgoCallersUse) == 0 && mp.cgoCallers != nil && mp.cgoCallers[0] != 0 {
proc.go#L4486: for cgoOff < len(mp.cgoCallers) && mp.cgoCallers[cgoOff] != 0 {
proc.go#L4489: copy(stk[:], mp.cgoCallers[:cgoOff])
proc.go#L4490: mp.cgoCallers[0] = 0
runtime2.go#L522: cgoCallers *cgoCallers // cgo traceback if crashing in cgo call
traceback.go#L708: if iscgo && gp.m != nil && gp.m.ncgo > 0 && gp.syscallsp != 0 && gp.m.cgoCallers != nil && gp.m.cgoCallers[0] != 0 {
traceback.go#L716: cgoCallers := *gp.m.cgoCallers
traceback.go#L717: gp.m.cgoCallers[0] = 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. |