Home
last modified time | relevance | path

Searched refs:MAX_THREADS (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/timers/
Dthreadtest.c44 #define MAX_THREADS 128 macro
137 pthread_t pth[MAX_THREADS]; in main()
168 if (thread_count > MAX_THREADS) in main()
169 thread_count = MAX_THREADS; in main()