Lines Matching defs:affinity
2 * kmp_affinity.h -- header for affinity management
64 "Illegal get affinity operation when not capable");
79 "Illegal set affinity operation when not capable");
95 "Illegal set process affinity operation when not capable");
153 // Is the system capable of setting/getting this thread's affinity?
160 // enables affinity according to KMP_AFFINITY_CAPABLE() macro
163 // indicate that hwloc didn't work and disable affinity
170 "Illegal set affinity operation when not capable");
421 "Illegal get affinity operation when not capable");
433 "Illegal set affinity operation when not capable");
482 "Illegal get affinity operation when not capable");
503 "Illegal set affinity operation when not capable");
652 // and make the system call to set affinity.
931 // Set global affinity variables describing the number of threads per
985 // Set the granularity for affinity settings
1060 void sort_compact(kmp_affinity_t &affinity) {
1061 compact = affinity.compact;
1261 affinity information. Behaves a bit like hyper barrier. */