Home
last modified time | relevance | path

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

/linux-4.1.27/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()
/linux-4.1.27/kernel/
Dfork.c99 #define MAX_THREADS FUTEX_TID_MASK macro
279 threads = MAX_THREADS; in set_max_threads()
287 max_threads = clamp_t(u64, threads, MIN_THREADS, MAX_THREADS); in set_max_threads()
305 set_max_threads(MAX_THREADS); in fork_init()
2069 int max = MAX_THREADS; in sysctl_max_threads()