commit | b3ec43d78aa2599e1592392844a7ec638fab7902 | [log] [tgz] |
---|---|---|
author | Eric Fiselier <[email protected]> | Fri Jun 12 00:41:34 2015 |
committer | Eric Fiselier <[email protected]> | Fri Jun 12 00:41:34 2015 |
tree | 3cd800dd82226b066717608877c112c0749afd78 | |
parent | 03a9056f58e2f2d58fa8de12f836098f1488b29c [diff] |
Fix PR23293 - Do not unlock shared state before notifying consumers. Within the shared state methods do not unlock the lock guards manually. This could cause a race condition where the shared state is destroyed before the method is complete. llvm-svn: 239577