func runtime.chanbuf
11 uses
runtime (current package)
chan.go#L121: func chanbuf(c *hchan, i uint) unsafe.Pointer {
chan.go#L216: qp := chanbuf(c, c.sendx)
chan.go#L532: qp := chanbuf(c, c.recvx)
chan.go#L621: qp := chanbuf(c, c.recvx)
chan.go#L830: racerelease(chanbuf(c, 0))
chan.go#L831: raceacquireg(sg.g, chanbuf(c, 0))
chan.go#L832: racereleaseg(sg.g, chanbuf(c, 0))
chan.go#L833: raceacquire(chanbuf(c, 0))
chan.go#L847: qp := chanbuf(c, idx)
select.go#L424: qp = chanbuf(c, c.recvx)
select.go#L446: typedmemmove(c.elemtype, chanbuf(c, c.sendx), cas.elem)
 |
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. |