Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/sched/eas/
Deas_two_big_three_small.c24 static int task_tids[5]; variable
30 int id = (int *)arg - task_tids; in task_fn()
32 task_tids[id] = gettid(); in task_fn()
62 if (t->next_pid != task_tids[j]) in parse_results()
74 if (t->prev_pid != task_tids[j]) in parse_results()
126 SAFE_PTHREAD_CREATE(&tasks[i], NULL, task_fn, &task_tids[i]); in run()