runtime.pollDesc.lock (field)
12 uses
runtime (current package)
netpoll.go#L79: lock mutex // protects the following fields
netpoll.go#L145: lock(&pd.lock)
netpoll.go#L162: unlock(&pd.lock)
netpoll.go#L244: lock(&pd.lock)
netpoll.go#L246: unlock(&pd.lock)
netpoll.go#L316: unlock(&pd.lock)
netpoll.go#L327: lock(&pd.lock)
netpoll.go#L346: unlock(&pd.lock)
netpoll.go#L478: lock(&pd.lock)
netpoll.go#L487: unlock(&pd.lock)
netpoll.go#L508: unlock(&pd.lock)
netpoll.go#L548: lockInit(&pd.lock, lockRankPollDesc)
![]() |
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. |