runtime.g.param (field)
18 uses
runtime (current package)
chan.go#L250: gp.param = nil
chan.go#L271: gp.param = nil
chan.go#L315: gp.param = unsafe.Pointer(sg)
chan.go#L390: gp.param = unsafe.Pointer(sg)
chan.go#L409: gp.param = unsafe.Pointer(sg)
chan.go#L569: gp.param = nil
chan.go#L588: gp.param = nil
chan.go#L641: gp.param = unsafe.Pointer(sg)
mgcmark.go#L454: completed := gp.param != nil
mgcmark.go#L455: gp.param = nil
mgcmark.go#L507: gp.param = nil
mgcmark.go#L565: gp.param = unsafe.Pointer(gp)
proc.go#L410: if gp.param != nil {
proc.go#L3393: gp.param = nil
runtime2.go#L423: param unsafe.Pointer // passed parameter on wakeup
select.go#L321: gp.param = nil
select.go#L333: sg = (*sudog)(gp.param)
select.go#L334: gp.param = nil
![]() |
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. |