Lines Matching refs:threads
28 * - Creates N+1 threads with lower real time priorities.
185 "-a priority Priority of the threads"
186 "-r time Run time (ms) to busy loop the threads (20)\n"
397 pthread_t *threads;
428 threads = malloc(sizeof(*threads) * nr_tasks);
429 if (!threads)
431 memset(threads, 0, sizeof(*threads) * nr_tasks);
450 threads[i] = create_fifo_thread(start_task, (void *)i,