runtime.sudog.c (field)
17 uses
runtime (current package)
chan.go#L248: mysg.c = c
chan.go#L275: mysg.c = nil
chan.go#L568: mysg.c = c
chan.go#L589: mysg.c = nil
proc.go#L406: if s.c != nil {
runtime2.go#L378: c *hchan // channel
select.go#L85: if sg.c != lastc && lastc != nil {
select.go#L94: lastc = sg.c
select.go#L308: sg.c = c
select.go#L348: sg1.c = nil
stack.go#L776: p := uintptr(sg.elem) + uintptr(sg.c.elemsize)
stack.go#L795: if sg.c != lastc {
stack.go#L805: lockWithRank(&sg.c.lock, lockRankHchanLeaf)
stack.go#L807: lastc = sg.c
stack.go#L827: if sg.c != lastc {
stack.go#L828: unlock(&sg.c.lock)
stack.go#L830: lastc = sg.c
![]() |
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. |