Searched defs:WaitGroup (Results 1 – 3 of 3) sorted by relevance
362 func worker(wg *sync.WaitGroup, work <-chan testInstance) {
266 func worker(tests <-chan test, results chan<- result, done *sync.WaitGroup) {
15016 func worker(statusChan chan statusMsg, c chan *testCase, shimPath string, wg *sync.WaitGroup) {