runtime.pollDesc.wd (field)
15 uses
runtime (current package)
netpoll.go#L91: wd int64 // write deadline
netpoll.go#L160: pd.wd = 0
netpoll.go#L249: rd0, wd0 := pd.rd, pd.wd
netpoll.go#L263: pd.wd = d
netpoll.go#L265: combo := pd.rd > 0 && pd.rd == pd.wd
netpoll.go#L290: if pd.wd > 0 && !combo {
netpoll.go#L294: resettimer(&pd.wt, pd.wd)
netpoll.go#L296: } else if pd.wd != wd0 || combo != combo0 {
netpoll.go#L298: if pd.wd > 0 && !combo {
netpoll.go#L299: modtimer(&pd.wt, pd.wd, 0, netpollWriteDeadline, pd.makeArg(), pd.wseq)
netpoll.go#L307: if pd.rd < 0 || pd.wd < 0 {
netpoll.go#L312: if pd.wd < 0 {
netpoll.go#L383: if (mode == 'r' && pd.rd < 0) || (mode == 'w' && pd.wd < 0) {
netpoll.go#L501: if pd.wd <= 0 || pd.wt.f == nil && !read {
netpoll.go#L504: pd.wd = -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. |