runtime.pollDesc.rd (field)
16 uses
runtime (current package)
netpoll.go#L87: rd int64 // read deadline
netpoll.go#L157: pd.rd = 0
netpoll.go#L249: rd0, wd0 := pd.rd, pd.wd
netpoll.go#L260: pd.rd = d
netpoll.go#L265: combo := pd.rd > 0 && pd.rd == pd.wd
netpoll.go#L271: if pd.rd > 0 {
netpoll.go#L278: resettimer(&pd.rt, pd.rd)
netpoll.go#L280: } else if pd.rd != rd0 || combo != combo0 {
netpoll.go#L282: if pd.rd > 0 {
netpoll.go#L283: modtimer(&pd.rt, pd.rd, 0, rtf, pd.makeArg(), pd.rseq)
netpoll.go#L307: if pd.rd < 0 || pd.wd < 0 {
netpoll.go#L309: if pd.rd < 0 {
netpoll.go#L383: if (mode == 'r' && pd.rd < 0) || (mode == 'w' && pd.wd < 0) {
netpoll.go#L492: if pd.rd <= 0 || pd.rt.f == nil {
netpoll.go#L495: pd.rd = -1
![]() |
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. |