Searched refs:ids2 (Results 1 – 1 of 1) sorted by relevance
103 int *ids2 = (int *)malloc(sizeof(int) * num_procs); in check_thread_affinity() local108 list_to_ids(buf, ids2, num_procs); in check_thread_affinity()118 omp_get_thread_num(), j, ids[j], j, ids2[j]); in check_thread_affinity()119 check(ids[j] == ids2[j]); in check_thread_affinity()125 free(ids2); in check_thread_affinity()