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