runtime.m.incgo (field)
11 uses
runtime (current package)
cgocall.go#L163: mp.incgo = true
cgocall.go#L168: mp.incgo = false
cgocall.go#L224: gp.m.incgo = false
cgocall.go#L236: gp.m.incgo = true
cgocall.go#L324: mp.incgo = false
panic.go#L1389: if gp.m.incgo || findfunc(pc).valid() {
proc.go#L2078: if gp := getg(); gp != nil && gp.m != nil && (gp.m.lockedExt != 0 || gp.m.incgo) && GOOS != "plan9" {
proc.go#L3065: if _g_.m.incgo {
runtime2.go#L514: incgo bool // m is executing a cgo call
signal_unix.go#L1015: if g != nil && g.m != nil && g.m.curg != nil && !g.m.incgo {
traceback.go#L249: if doPrint && gp.m.incgo && f.funcID == funcID_sigpanic {
![]() |
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. |