Searched refs:thread_pids (Results 1 – 1 of 1) sorted by relevance
154 static long *thread_pids; variable288 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()