diff options
author | Peyton, Jonathan L <jonathan.l.peyton@intel.com> | 2021-06-02 10:39:40 -0500 |
---|---|---|
committer | Peyton, Jonathan L <jonathan.l.peyton@intel.com> | 2021-06-15 16:21:06 -0500 |
commit | 0ddde4d86518de1154b6e850dc49010c829b717c (patch) | |
tree | ddf510a2545915c72e533a7750b519743347dbbe /lldb/source/Commands/CommandObjectBreakpointCommand.cpp | |
parent | e8f998c0c5edda3d6bad9b70e60975296df3d9fb (diff) | |
download | llvm-0ddde4d86518de1154b6e850dc49010c829b717c.zip llvm-0ddde4d86518de1154b6e850dc49010c829b717c.tar.gz llvm-0ddde4d86518de1154b6e850dc49010c829b717c.tar.bz2 |
[OpenMP] Lazily assign root affinity
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
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpointCommand.cpp')
0 files changed, 0 insertions, 0 deletions