![]() Lazily set affinity for root threads. Previously, the root thread executing middle initialization would attempt to assign affinity to other existing root threads. This was not working properly as the set_system_affinity() function wasn't setting the affinity for the target thread. Instead, the middle init thread was resetting the its own affinity using the target thread's affinity mask. Differential Revision: https://reviews.llvm.org/D103625 |
||
---|---|---|
.. | ||
format | ||
bug-nested.c | ||
kmp-affinity.c | ||
kmp-hw-subset.c | ||
libomp_test_affinity.h | ||
libomp_test_topology.h | ||
omp-places-invalid-syntax.c | ||
omp-places.c | ||
redetect.c | ||
root-threads-affinity.c |