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