MAX_THREADS        43 src/runtime/thread_pool_common.h     halide_thread *threads[MAX_THREADS];
MAX_THREADS        68 src/runtime/thread_pool_common.h     if (desired_num_threads > MAX_THREADS) {
MAX_THREADS        69 src/runtime/thread_pool_common.h         desired_num_threads = MAX_THREADS;