Searched refs:MAX_THREADS (Results 1 – 4 of 4) 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()
93 #define MAX_THREADS 64 macro96 static unsigned int rim_thread_ids[MAX_THREADS];97 static pthread_t rim_threads[MAX_THREADS];254 static FILE *fp[MAX_THREADS];651 if (nrthreads > MAX_THREADS) in main()652 nrthreads = MAX_THREADS; in main()
118 #define MAX_THREADS FUTEX_TID_MASK macro767 threads = MAX_THREADS; in set_max_threads()775 max_threads = clamp_t(u64, threads, MIN_THREADS, MAX_THREADS); in set_max_threads()821 set_max_threads(MAX_THREADS); in fork_init()2960 int max = MAX_THREADS; in sysctl_max_threads()
61 PANFROST_FEATURE(MAX_THREADS, max_threads); in panfrost_ioctl_get_param()