Searched refs:WORK_MAX_THREADS (Results 1 – 2 of 2) sorted by relevance
53 } else if (threads > WORK_MAX_THREADS) { in process()54 threads = WORK_MAX_THREADS; in process()
42 #define WORK_MAX_THREADS 64 macro