runtime.m.dying (field)
9 uses
runtime (current package)
mwbbuf.go#L179: if getg().m.dying > 0 {
panic.go#L1256: switch _g_.m.dying {
panic.go#L1259: _g_.m.dying = 1
panic.go#L1270: _g_.m.dying = 2
panic.go#L1276: _g_.m.dying = 3
panic.go#L1353: if _m_.locks != 0 || _m_.mallocing != 0 || _m_.throwing != 0 || _m_.preemptoff != "" || _m_.dying != 0 {
print.go#L97: if gp == nil || gp.writebuf == nil || gp.m.dying > 0 {
proc.go#L5448: print(" M", mp.id, ": p=", id1, " curg=", id2, " mallocing=", mp.mallocing, " throwing=", mp.throwing, " preemptoff=", mp.preemptoff, ""+" locks=", mp.locks, " dying=", mp.dying, " spinning=", mp.spinning, " blocked=", mp.blocked, " lockedg=", id3, "\n")
runtime2.go#L508: dying int32
 |
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. |