Home
last modified time | relevance | path

Searched refs:busy_work_ms (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/realtime/func/pi-tests/
Dtestpi-1.c105 busy_work_ms(1); in func_nonrt()
133 busy_work_ms(1); in func_rt()
163 busy_work_ms(1); in func_noise()
Dtestpi-4.c107 busy_work_ms(1); in func_nonrt()
135 busy_work_ms(1); in func_rt()
164 busy_work_ms(1); in func_noise()
Dtestpi-2.c107 busy_work_ms(1); in func_lowrt()
135 busy_work_ms(1); in func_rt()
165 busy_work_ms(1); in func_noise()
Dtestpi-7.c207 busy_work_ms(MED_WORK_MS); in med_prio_thread()
/external/ltp/testcases/realtime/func/pi_perf/
Dpi_perf.c126 busy_work_ms(busy_work_time); in busy_thread()
151 busy_work_ms(low_work_time); in low_prio_thread()
193 busy_work_ms(high_work_time); in high_prio_thread()
/external/ltp/testcases/realtime/include/
Dlibrttest.h325 void *busy_work_ms(int ms);
/external/ltp/testcases/realtime/func/hrtimer-prio/
Dhrtimer-prio.c120 busy_work_ms(busy_time); in busy_thread()
/external/ltp/testcases/realtime/func/sched_latency/
Dsched_latency.c201 busy_work_ms(load_ms); in periodic_thread()
/external/ltp/testcases/realtime/lib/
Dlibrttest.c561 void *busy_work_ms(int ms) in busy_work_ms() function