Searched defs:wakeableSleep (Results 1 – 1 of 1) sorted by relevance
985 type wakeableSleep struct { struct986 timer *timer989 lock mutex990 wakeup chan struct{}1011 func (s *wakeableSleep) sleep(ns int64) {1029 func (s *wakeableSleep) wake() {1060 func (s *wakeableSleep) close() {