Lines Matching full:affinity
2 * kmp_affinity.h -- header for affinity management
62 "Illegal get affinity operation when not capable"); in get_system_affinity()
77 "Illegal set affinity operation when not capable"); in set_system_affinity()
93 "Illegal set process affinity operation when not capable"); in set_process_affinity()
151 // Is the system capable of setting/getting this thread's affinity? in determine_capable()
158 // enables affinity according to KMP_AFFINITY_CAPABLE() macro in determine_capable()
161 // indicate that hwloc didn't work and disable affinity in determine_capable()
168 "Illegal set affinity operation when not capable"); in bind_thread()
419 "Illegal get affinity operation when not capable"); in get_system_affinity()
431 "Illegal set affinity operation when not capable"); in set_system_affinity()
480 "Illegal get affinity operation when not capable"); in get_system_affinity()
501 "Illegal set affinity operation when not capable"); in set_system_affinity()
650 // and make the system call to set affinity. in set_system_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) { in sort_compact() argument
1057 compact = affinity.compact; in sort_compact()
1257 affinity information. Behaves a bit like hyper barrier. */