const runtime._Gdead
16 uses
runtime (current package)
heapdump.go#L414: case _Gdead:
mgcmark.go#L705: case _Gdead:
mprof.go#L729: return gp1 != gp && readgstatus(gp1) != _Gdead && !isSystemGoroutine(gp1, false)
preempt.go#L137: case _Gdead:
proc.go#L1867: casgstatus(mp.curg, _Gdead, _Gsyscall)
proc.go#L1913: casgstatus(gp, _Gidle, _Gdead)
proc.go#L1969: casgstatus(mp.curg, _Gsyscall, _Gdead)
proc.go#L3379: casgstatus(gp, _Grunning, _Gdead)
proc.go#L4022: casgstatus(newg, _Gidle, _Gdead)
proc.go#L4029: if readgstatus(newg) != _Gdead {
proc.go#L4077: casgstatus(newg, _Gdead, _Grunnable)
proc.go#L4137: if readgstatus(gp) != _Gdead {
runtime2.go#L71: _Gdead // 6
trace.go#L226: if status != _Gdead {
traceback.go#L874: _Gdead: "dead",
traceback.go#L938: if gp == me || gp == curgp || readgstatus(gp) == _Gdead || isSystemGoroutine(gp, false) && level < 2 {
 |
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. |