HomeSort by relevance Sort by last modified time
    Searched defs:numWorkers (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/util/
all_tests.go 44 numWorkers = flag.Int("num-workers", runtime.NumCPU(), "Runs the given number of workers when testing.")
315 if *numWorkers == 1 || len(t.args) != 1 {
399 tests := make(chan test, *numWorkers)
400 results := make(chan result, *numWorkers)
402 for i := 0; i < *numWorkers; i++ {
  /external/boringssl/src/ssl/test/runner/
runner.go 57 numWorkers = flag.Int("num-workers", runtime.NumCPU(), "The number of workers to run in parallel.")
    [all...]

Completed in 249 milliseconds