Searched refs:places_array (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/
H A Daffinity-1.c53 } places_array[] = { variable in typeref:struct:places
200 for (i = sizeof (places_array) / sizeof (places_array[0]) - 1;
203 if (setenv ("OMP_PLACES", places_array[i].name, 1) < 0)
239 for (test_places = sizeof (places_array) / sizeof (places_array[0]) - 1;
241 if (strcmp (env_places, places_array[test_places].name) == 0)
256 print_affinity (places_array[test_places].places[0]);
296 struct place p = places_array[0].places[0];
300 switch (places_array[test_place
[all...]

Completed in 36 milliseconds