Home
last modified time | relevance | path

Searched defs:sleepWaiter (Results 1 – 1 of 1) sorted by relevance

/build/soong/ui/build/
Dproc_sync.go124 type sleepWaiter struct { struct
125 sleepInterval time.Duration
126 deadline time.Time
128 totalWait time.Duration
137 func (s sleepWaiter) wait() {
140 func (s *sleepWaiter) checkDeadline() (done bool, remainder string) {
149 func (s sleepWaiter) summarize() (summary string) {