Searched refs:MAX_THREADS (Results 1 – 2 of 2) 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()
99 #define MAX_THREADS FUTEX_TID_MASK macro279 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()