/external/ltp/testcases/realtime/func/async_handler/ |
async_handler_jk.c | 147 aes_id = create_fifo_thread(async_event_server, NULL, 83); 151 create_fifo_thread(user_thread, (void *)server, NORMAL_PRIORITY);
|
async_handler.c | 195 create_fifo_thread(handler_thread, NULL, HANDLER_PRIO); 196 signal_id = create_fifo_thread(signal_thread, NULL, SIGNAL_PRIO);
|
async_handler_tsc.c | 219 create_fifo_thread(handler_thread, NULL, HANDLER_PRIO); 220 signal_id = create_fifo_thread(signal_thread, NULL, SIGNAL_PRIO);
|
/external/ltp/testcases/realtime/func/sched_football/ |
sched_football.c | 187 create_fifo_thread(thread_offense, NULL, priority); 198 create_fifo_thread(thread_defense, NULL, priority);
|
/external/ltp/testcases/realtime/func/periodic_cpu_load/ |
periodic_cpu_load.c | 210 create_fifo_thread(periodic_thread, (void *)&parg_a, PRIO_A); 212 create_fifo_thread(periodic_thread, (void *)&parg_b, PRIO_B); 214 create_fifo_thread(periodic_thread, (void *)&parg_c, PRIO_C);
|
/external/ltp/testcases/realtime/func/pi_perf/ |
pi_perf.c | 258 if ((ret = create_fifo_thread(low_prio_thread, NULL, LOWPRIO)) < 0) 261 create_fifo_thread(high_prio_thread, NULL, HIGHPRIO)) < 0) 266 create_fifo_thread(busy_thread, (void *)i, BUSYPRIO)) < 0)
|
/external/ltp/testcases/realtime/func/sched_jitter/ |
sched_jitter.c | 172 interrupter = create_fifo_thread(thread_interrupter, NULL, 80); 174 worker = create_fifo_thread(thread_worker, NULL, 10);
|
/external/ltp/testcases/realtime/func/prio-preempt/ |
prio-preempt.c | 241 create_fifo_thread(int_thread, NULL, 250 create_fifo_thread(busy_thread, (void *)(intptr_t) i, 265 create_fifo_thread(worker_thread, (void *)(intptr_t) i, 321 create_fifo_thread(master_thread, NULL,
|
/external/ltp/testcases/realtime/func/hrtimer-prio/ |
hrtimer-prio.c | 195 t_id = create_fifo_thread(timer_thread, NULL, high_prio); 201 if (create_fifo_thread(busy_thread, NULL, med_prio) < 0) {
|
/external/ltp/testcases/realtime/func/pi-tests/ |
testpi-2.c | 207 create_fifo_thread(func_rt, NULL, 30); 208 create_fifo_thread(func_rt, NULL, 40);
|
sbrk_mutex.c | 136 create_fifo_thread(worker_thread, (void *)t,
|
testpi-7.c | 294 create_fifo_thread(low_prio_rt_thread, NULL, LOW_PRIO); 295 create_fifo_thread(high_prio_rt_thread, (void *)iterations, HIGH_PRIO); 297 create_fifo_thread(med_prio_thread, NULL, MED_PRIO);
|
/external/ltp/testcases/realtime/func/prio-wake/ |
prio-wake.c | 209 create_fifo_thread(worker_thread, (void *)(intptr_t) i, prio); 213 create_fifo_thread(master_thread, (void *)(intptr_t) i, ++prio);
|
/external/ltp/testcases/realtime/stress/pi-tests/ |
lookup_pi_state.c | 114 create_fifo_thread(slave_thread, (void *)(intptr_t) i,
|
/external/ltp/testcases/realtime/func/pthread_kill_latency/ |
pthread_kill_latency.c | 297 thr_id1 = create_fifo_thread(signal_receiving_thread, NULL, PRIO); 299 create_fifo_thread(signal_sending_thread,
|
/external/ltp/testcases/realtime/include/ |
librttest.h | 235 /* create_fifo_thread: spawn a SCHED_FIFO thread with priority prio running 241 int create_fifo_thread(void*(*func)(void*), void *arg, int prio);
|
/external/ltp/testcases/realtime/func/matrix_mult/ |
matrix_mult.c | 259 tids[j] = create_fifo_thread(concurrent_thread, NULL, PRIO);
|
/external/ltp/testcases/realtime/func/sched_latency/ |
sched_latency.c | 291 per_id = create_fifo_thread(periodic_thread, NULL, PRIO);
|
/external/ltp/testcases/realtime/func/rt-migrate/ |
rt-migrate.c | 450 threads[i] = create_fifo_thread(start_task, (void *)i,
|
/external/ltp/testcases/realtime/lib/ |
librttest.c | 327 int create_fifo_thread(void *(*func) (void *), void *arg, int prio) function
|