Searched refs:MAX_THREADS (Results 1 – 12 of 12) sorted by relevance
28 #define MAX_THREADS 8 macro58 static volatile struct lthread lthreads[MAX_THREADS];173 for (i = MASTER_THREAD + 1; i < MAX_THREADS; i++) in sched_init()206 for (i = current_tid + 1; i < MAX_THREADS; i++) { in thread_yield()224 for (i = MASTER_THREAD + 1; i < MAX_THREADS; i++) { in thread_create()240 if (id <= MASTER_THREAD || id > MAX_THREADS) in thread_delete()270 if (id <= MASTER_THREAD || id > MAX_THREADS) { in thread_start()294 if (id <= MASTER_THREAD || id >= MAX_THREADS)311 if (!(*ret == -1 || *ret > MASTER_THREAD || *ret < MAX_THREADS)) { in thread_join()321 for (i = MASTER_THREAD + 1; i < MAX_THREADS; i++) { in thread_join()
36 #define MAX_THREADS 5 macro82 pthread_t thread_id[MAX_THREADS]; in execute_test()83 int thread_data[MAX_THREADS]; in execute_test()85 for (int i = 0; i < MAX_THREADS; i++) in execute_test()89 for (int i = 0; i < MAX_THREADS; i++) in execute_test()92 for (int i = 0; i < MAX_THREADS; i++) in execute_test()
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()
744 #ifndef MAX_THREADS745 #define MAX_THREADS 64 macro758 static pthread_t threads[MAX_THREADS];759 static struct thread_data thread_data[MAX_THREADS];810 if (n_threads == MAX_THREADS) { in parse_args()812 MAX_THREADS); in parse_args()
37 changing "#define MAX_THREADS" depending on the available memory.
122 #define MAX_THREADS FUTEX_TID_MASK macro795 threads = MAX_THREADS; in set_max_threads()803 max_threads = clamp_t(u64, threads, MIN_THREADS, MAX_THREADS); in set_max_threads()849 set_max_threads(MAX_THREADS); in fork_init()3154 int max = MAX_THREADS; in sysctl_max_threads()
60 PANFROST_FEATURE(MAX_THREADS, max_threads); in panfrost_ioctl_get_param()
365 PROP(MAX_THREADS, thread_props.max_threads),
712 PROP(MAX_THREADS, thread_props.max_threads),
1# ncurses 6.1 - patch 20191214 - Thomas E. Dickey 2# 3# --- ...
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...