Searched refs:THREADS (Results 1 – 9 of 9) sorted by relevance
41 export THREADS=$OPTARG44 info "Number of threads to start: $THREADS (0 to $CPU_THREADS)"75 if [ -z "$THREADS" ]; then78 export THREADS=1
49 for ((thread = 0; thread < $THREADS; thread++)); do82 for ((thread = 0; thread < $THREADS; thread++)); do
41 for ((thread = 0; thread < $THREADS; thread++)); do72 for ((thread = 0; thread < $THREADS; thread++)); do
33 for ((thread = 0; thread < $THREADS; thread++)); do71 for ((thread = 0; thread < $THREADS; thread++)); do
23 -t : ($THREADS) threads to start
19 static unsigned long result[THREADS];65 pthread_t threads[THREADS]; in dscr_default()66 unsigned long i, *status[THREADS]; in dscr_default()76 for (i = 0; i < THREADS; i++) { in dscr_default()105 for (i = 0; i < THREADS; i++) { in dscr_default()
33 #define THREADS 100 /* Max threads */ macro
15 #define THREADS 4 macro26 static struct thread_data threads[THREADS];104 for (i = 1; !err && i < THREADS; i++) in threads_create()120 for (i = 1; !err && i < THREADS; i++) in threads_destroy()181 for (i = 0; i < THREADS; i++) { in mmap_events()
234 -t : ($THREADS) threads to start