Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/sched/eas/
Dsched_prio_3_fifo.c28 static int rt_task_tids[6]; variable
121 rt_task_tids[RT_HIGH_FN_B_TID] = gettid(); in rt_high_fn_b()
133 rt_task_tids[RT_HIGH_FN_A_TID] = gettid(); in rt_high_fn_a()
153 rt_task_tids[RT_MED_FN_B_TID] = gettid(); in rt_med_fn_b()
169 rt_task_tids[RT_MED_FN_A_TID] = gettid(); in rt_med_fn_a()
189 rt_task_tids[RT_LOW_FN_B_TID] = gettid(); in rt_low_fn_b()
215 events[i].event_data = rt_task_tids[events[i].event_data]; in fixup_expected_events()
220 rt_task_tids[RT_LOW_FN_A_TID] = gettid(); in rt_low_fn_a()
245 if (rt_task_tids[i] == tid) in rt_tid()