Lines Matching refs:wd
1772 mu sync.Mutex // guards rd/wd1773 rd, wd time.Time // read, write deadline1793 c.wd = t1848 if !c.wd.IsZero() && time.Now().After(c.wd) {