Searched refs:THREADS (Results 1 – 9 of 9) sorted by relevance
57 export THREADS=$OPTARG58 info "Number of threads to start: $THREADS"114 if [ -z "$THREADS" ]; then115 export THREADS=1121 export L_THREAD=$(( THREADS + F_THREAD - 1 ))
32 [ $THREADS -gt ${#irq_array[*]} -o $THREADS -gt ${#cpu_array[*]} ] && \33 err 1 "Thread number $THREADS exceeds: min (${#irq_array[*]},${#cpu_array[*]})"53 for ((i = 0; i < $THREADS; i++)); do109 for ((i = 0; i < $THREADS; i++)); do
24 -t : ($THREADS) threads to start
21 #define THREADS 4 macro32 static struct thread_data threads[THREADS];110 for (i = 1; !err && i < THREADS; i++) in threads_create()126 for (i = 1; !err && i < THREADS; i++) in threads_destroy()185 for (i = 0; i < THREADS; i++) { in mmap_events()
135 struct random_thread_args threads[THREADS]; in dscr_explicit_random_test()140 FAIL_IF(pthread_barrier_init(&barrier, NULL, THREADS)); in dscr_explicit_random_test()142 for (int i = 0; i < THREADS; i++) { in dscr_explicit_random_test()150 for (int i = 0; i < THREADS; i++) in dscr_explicit_random_test()
121 struct random_thread_args threads[THREADS]; in dscr_default_random_test()132 FAIL_IF(pthread_barrier_init(&barrier, NULL, THREADS)); in dscr_default_random_test()136 for (int i = 0; i < THREADS; i++) { in dscr_default_random_test()145 for (int i = 0; i < THREADS; i++) in dscr_default_random_test()
29 #define THREADS 100 /* Max threads */ macro
46 #define THREADS 16 /* Number of threads */ macro58 static int nthread = THREADS;284 printf("\t-t\t Amount of threads. (Default = %d)\n", THREADS); in show_help()
254 -t : ($THREADS) threads to start