func runtime.racenotify
9 uses
runtime (current package)
chan.go#L218: racenotify(c, c.sendx, nil)
chan.go#L300: racenotify(c, c.recvx, nil)
chan.go#L301: racenotify(c, c.recvx, sg)
chan.go#L534: racenotify(c, c.recvx, nil)
chan.go#L623: racenotify(c, c.recvx, nil)
chan.go#L624: racenotify(c, c.recvx, sg)
chan.go#L839: func racenotify(c *hchan, idx uint, sg *sudog) {
select.go#L418: racenotify(c, c.recvx, nil)
select.go#L440: racenotify(c, c.sendx, 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. |