const runtime._Grunnable
29 uses
runtime (current package)
debugcall.go#L212: casgstatus(gp, _Grunning, _Grunnable)
debugcall.go#L221: casgstatus(callingG, _Gwaiting, _Grunnable)
heapdump.go#L416: case _Grunnable,
mgc.go#L787: casgstatus(gp, _Gwaiting, _Grunnable)
mgcmark.go#L710: case _Grunnable, _Gsyscall, _Gwaiting:
preempt.go#L163: case _Grunnable, _Gsyscall, _Gwaiting:
preempt.go#L270: case _Grunnable | _Gscan,
proc.go#L788: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L867: case _Grunnable,
proc.go#L908: if oldval == _Gwaiting && gp.atomicstatus == _Grunnable {
proc.go#L934: if oldstatus != _Gwaiting && oldstatus != _Grunnable {
proc.go#L2453: if status&^_Gscan != _Grunnable {
proc.go#L2526: casgstatus(gp, _Grunnable, _Grunning)
proc.go#L2608: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L2700: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L2720: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L2858: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L2898: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3005: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3100: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3270: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3283: casgstatus(gp, _Grunning, _Grunnable)
proc.go#L3358: casgstatus(gp, _Grunning, _Grunnable)
proc.go#L3816: casgstatus(gp, _Gsyscall, _Grunnable)
proc.go#L4077: casgstatus(newg, _Gdead, _Grunnable)
proc.go#L5041: case _Grunnable,
runtime2.go#L39: _Grunnable // 1
runtime2.go#L100: _Gscanrunnable = _Gscan + _Grunnable // 0x1001
traceback.go#L870: _Grunnable: "runnable",
 |
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. |