Searched refs:worker (Results 1 – 3 of 3) sorted by relevance
/util/fipstools/acvp/acvptool/test/ |
A D | check_expected.go | 106 go worker(&wg, work, &numFailed) 135 func worker(wg *sync.WaitGroup, work <-chan invocation, numFailed *uint32) { func
|
/util/pregenerate/ |
A D | pregenerate.go | 81 func worker(taskChan <-chan Task, errorChan chan<- taskError, wg *sync.WaitGroup) { func 166 go worker(taskChan, errorChan, &wg)
|
/util/ |
A D | all_tests.go | 276 func worker(tests <-chan test, results chan<- result, done *sync.WaitGroup) { func 354 go worker(tests, results, &wg)
|
Completed in 7 milliseconds