Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/test/affinity/format/
H A Daffinity_values.c103 int *ids2 = (int *)malloc(sizeof(int) * num_procs); in check_thread_affinity() local
108 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()