Home
last modified time | relevance | path

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

/external/boringssl/src/util/
Dall_tests.go46numWorkers = flag.Int("num-workers", runtime.NumCPU(), "Runs the given number of workers when… var
299 if *numWorkers == 1 || len(t.args) != 1 {
388 tests := make(chan test, *numWorkers)
389 results := make(chan result, *numWorkers)
391 for i := 0; i < *numWorkers; i++ {
/external/boringssl/src/fipstools/
Drun_cavp.go410 numWorkers := runtime.NumCPU()
412 numWorkers = 1
415 for i := 0; i < numWorkers; i++ {
/external/google-breakpad/src/tools/mac/upload_system_symbols/
Dupload_system_symbols.go150 func StartWorkerPool(numWorkers int, workerFunc func()) *WorkerPool {
152 for i := 0; i < numWorkers; i++ {
/external/boringssl/src/ssl/test/runner/
Drunner.go62numWorkers = flag.Int("num-workers", runtime.NumCPU(), "The number of workers to run in pa… var
15158 statusChan := make(chan statusMsg, *numWorkers)
15159 testChan := make(chan *testCase, *numWorkers)
15177 for i := 0; i < *numWorkers; i++ {