Home
last modified time | relevance | path

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

/util/fipstools/acvp/acvptool/test/
A Dcheck_expected.go106 go worker(&wg, work, &numFailed)
135 func worker(wg *sync.WaitGroup, work <-chan invocation, numFailed *uint32) { func
/util/pregenerate/
A Dpregenerate.go81 func worker(taskChan <-chan Task, errorChan chan<- taskError, wg *sync.WaitGroup) { func
166 go worker(taskChan, errorChan, &wg)
/util/
A Dall_tests.go276 func worker(tests <-chan test, results chan<- result, done *sync.WaitGroup) { func
354 go worker(tests, results, &wg)

Completed in 7 milliseconds