CTL_MAX_THREADS
if (worker_threads > CTL_MAX_THREADS)
worker_threads = CTL_MAX_THREADS;
struct ctl_thread threads[CTL_MAX_THREADS];