Lines Matching full:affinity
2 * kmp_affinity.h -- header for affinity management
62 "Illegal get affinity operation when not capable");
77 "Illegal set affinity operation when not capable");
93 "Illegal set process affinity operation when not capable");
151 // Is the system capable of setting/getting this thread's affinity?
158 // enables affinity according to KMP_AFFINITY_CAPABLE() macro
161 // indicate that hwloc didn't work and disable affinity
168 "Illegal set affinity operation when not capable");
419 "Illegal get affinity operation when not capable");
431 "Illegal set affinity operation when not capable");
480 "Illegal get affinity operation when not capable");
501 "Illegal set affinity operation when not capable");
650 // and make the system call to set affinity.
931 // Set global affinity variables describing the number of threads per
981 // Set the granularity for affinity settings
1056 void sort_compact(kmp_affinity_t &affinity) {
1057 compact = affinity.compact;
1257 affinity information. Behaves a bit like hyper barrier. */