const runtime._Gcopystack
6 uses
runtime (current package)
preempt.go#L145: case _Gcopystack:
proc.go#L937: if atomic.Cas(&gp.atomicstatus, oldstatus, _Gcopystack) {
runtime2.go#L79: _Gcopystack // 8
stack.go#L1074: casgstatus(gp, _Grunning, _Gcopystack)
stack.go#L1082: casgstatus(gp, _Gcopystack, _Grunning)
traceback.go#L875: _Gcopystack: "copystack",
![]() |
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. |