Searched refs:MAX_THREADS (Results 1 – 1 of 1) sorted by relevance
44 #define MAX_THREADS 128 macro137 pthread_t pth[MAX_THREADS]; in main()168 if (thread_count > MAX_THREADS) in main()169 thread_count = MAX_THREADS; in main()