diff options
author | Yevgeny Rouban <yevgeny.y.rouban@intel.com> | 2014-04-16 18:26:09 +0700 |
---|---|---|
committer | Yevgeny Rouban <yevgeny.y.rouban@intel.com> | 2014-04-16 18:26:09 +0700 |
commit | 63e8a68c9a2cdbbe9bfd8d200610119dd359ee59 (patch) | |
tree | 144c911b7d8da5b0047a5ce3f340de73cdc8b56d /compiler/optimizing/graph_visualizer.cc | |
parent | a3eaf66b968270b938a2795fe55e778c55f1c24b (diff) |
Fix thread join hangs
Current implementation notifies only one of joining threads on thread exit.
This causes the other joining threads to hang.
This patch notifies all joining threads: just call NotifyAll() instead of Notify().
Change-Id: If75f101d3d3d876f1aa7dcf537e56a37cc347803
Signed-off-by: Yevgeny Rouban <yevgeny.y.rouban@intel.com>
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions