Searched refs:periodic_thread (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/realtime/func/periodic_cpu_load/ |
D | periodic_cpu_load.c | 121 void *periodic_thread(void *thread) in periodic_thread() function 210 create_fifo_thread(periodic_thread, (void *)&parg_a, PRIO_A); in main() 212 create_fifo_thread(periodic_thread, (void *)&parg_b, PRIO_B); in main() 214 create_fifo_thread(periodic_thread, (void *)&parg_c, PRIO_C); in main()
|
D | periodic_cpu_load_single.c | 86 int periodic_thread(nsec_t period, int iterations, int loops) in periodic_thread() function 225 ret = periodic_thread(period, iterations, calc_loops); in main()
|
/external/ltp/testcases/realtime/func/sched_latency/ |
D | sched_latency.c | 117 void *periodic_thread(void *arg) in periodic_thread() function 291 per_id = create_fifo_thread(periodic_thread, NULL, PRIO); in main()
|