const runtime._Gsyscall
19 uses
runtime (current package)
heapdump.go#L417: _Gsyscall,
mgcmark.go#L200: if (status == _Gwaiting || status == _Gsyscall) && gp.waitsince == 0 {
mgcmark.go#L710: case _Grunnable, _Gsyscall, _Gwaiting:
preempt.go#L163: case _Grunnable, _Gsyscall, _Gwaiting:
preempt.go#L272: _Gsyscall | _Gscan:
proc.go#L870: _Gsyscall:
proc.go#L1867: casgstatus(mp.curg, _Gdead, _Gsyscall)
proc.go#L1969: casgstatus(mp.curg, _Gsyscall, _Gdead)
proc.go#L3516: casgstatus(_g_, _Grunning, _Gsyscall)
proc.go#L3622: casgstatus(_g_, _Grunning, _Gsyscall)
proc.go#L3678: casgstatus(_g_, _Gsyscall, _Grunning)
proc.go#L3816: casgstatus(gp, _Gsyscall, _Grunnable)
proc.go#L5043: _Gsyscall:
runtime2.go#L49: _Gsyscall // 3
runtime2.go#L102: _Gscansyscall = _Gscan + _Gsyscall // 0x1003
trace.go#L238: if status == _Gsyscall {
traceback.go#L724: if readgstatus(gp)&^_Gscan == _Gsyscall {
traceback.go#L872: _Gsyscall: "syscall",
traceback.go#L900: if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 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. |