Home
last modified time | relevance | path

Searched refs:devicePool (Results 1 – 1 of 1) sorted by relevance

/developtools/integration_verification/tools/fotff/res/
Dres.go31 devicePool chan string member
48 res.devicePool = make(chan string, len(snList))
50 res.devicePool <- sn
66 res.devicePool = make(chan string, len(snList))
68 res.devicePool <- sn
77 if cap(res.devicePool) < cap(res.serverPool) {
78 return cap(res.devicePool)
88 return <-res.devicePool
92 res.devicePool <- device