Home
last modified time | relevance | path

Searched refs:thread_pids (Results 1 – 2 of 2) 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()
/external/bcc/tools/
Ddeadlock_detector.py325 thread_pids = set()
333 thread_pids.add(thread_pid)
350 for thread_pid in thread_pids: