commit | 63e8a68c9a2cdbbe9bfd8d200610119dd359ee59 | [log] [tgz] |
---|---|---|
author | Yevgeny Rouban <yevgeny.y.rouban@intel.com> | Wed Apr 16 18:26:09 2014 +0700 |
committer | Yevgeny Rouban <yevgeny.y.rouban@intel.com> | Wed Apr 16 18:26:09 2014 +0700 |
tree | 144c911b7d8da5b0047a5ce3f340de73cdc8b56d | |
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>