Home
last modified time | relevance | path

Searched defs:workers (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Drun.py19 def __init__(self, tests, lit_config, workers, progress_callback, argument
H A Ddisplay.py4 def create_display(opts, tests, total_tests, workers): argument
/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cpp175 pthread_t workers[kNumWorkers], forker; in TEST() local