Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/test/affinity/
H A Droot-threads-affinity.c171 int *root_ids = (int*)malloc(sizeof(int) * num_roots); in main() local
181 *(root_ids + i) = i; in main()
182 pthread_create(roots + i, NULL, thread_func, root_ids + i); in main()
185 *root_ids = 0; in main()
186 thread_func(root_ids); in main()
194 free(root_ids); in main()