func runtime.send
3 uses
runtime (current package)
chan.go#L210: send(c, sg, ep, func() { unlock(&c.lock) }, 3)
chan.go#L292: func send(c *hchan, sg *sudog, ep unsafe.Pointer, unlockf func(), skip int) {
select.go#L484: send(c, sg, cas.elem, func() { selunlock(scases, lockorder) }, 2)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)