Home
last modified time | relevance | path

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

/external/ltp/testcases/realtime/func/rt-migrate/
Drt-migrate.c154 static long *thread_pids; variable
288 thread_pids[t]); in print_results()
316 thread_pids[id] = gettid(); in start_task()
445 thread_pids = malloc(sizeof(long) * nr_tasks); in main()
446 if (!thread_pids) in main()