Searched refs:MAX_THREADS (Results 1 – 2 of 2) sorted by relevance
32 #define MAX_THREADS 128 macro125 pthread_t pth[MAX_THREADS]; in main()156 if (thread_count > MAX_THREADS) in main()157 thread_count = MAX_THREADS; in main()
115 #define MAX_THREADS FUTEX_TID_MASK macro707 threads = MAX_THREADS; in set_max_threads()715 max_threads = clamp_t(u64, threads, MIN_THREADS, MAX_THREADS); in set_max_threads()759 set_max_threads(MAX_THREADS); in fork_init()2591 int max = MAX_THREADS; in sysctl_max_threads()