diff options
| author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-10-20 19:21:04 +0000 |
|---|---|---|
| committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-10-20 19:21:04 +0000 |
| commit | 0dd75fdfa96411081ccd94840163460f4dbec0ba (patch) | |
| tree | 8925aadbb70c245550bac197a5b165e9ad074615 /lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp | |
| parent | 55f027b1d4428d3d4e214be28f959465972fa597 (diff) | |
| download | bcm5719-llvm-0dd75fdfa96411081ccd94840163460f4dbec0ba.tar.gz bcm5719-llvm-0dd75fdfa96411081ccd94840163460f4dbec0ba.zip | |
Removed zeroing th.th_task_state for master thread at start of nested parallel.
The th.th_task_state for the master thread at the start of a nested parallel
should not be zeroed in __kmp_allocate_team() because it is later put in the
stack of states in __kmp_fork_call() for further re-use after exiting the
nested region. It is zeroed after being put in the stack.
Differential Revision: http://reviews.llvm.org/D13702
llvm-svn: 250847
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp')
0 files changed, 0 insertions, 0 deletions

