commit | 1f502bd9d7d2c1f98ad93a09ffe435e11a95aedd | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Wed Jun 18 20:17:35 2014 +0000 |
committer | Zachary Turner <zturner@google.com> | Wed Jun 18 20:17:35 2014 +0000 |
tree | 82933a5d1d0e64418c721231a411dac3d9267f12 | |
parent | b2791542c2c5df2912848b8bdf06fb1093d4ac12 [diff] |
Replace Execution Engine's mutex with std::recursive_mutex. This change has a bit of a trickle down effect due to the fact that there are a number of derived implementations of ExecutionEngine, and that the mutex is not tightly encapsulated so is used by other classes directly. Reviewed by: rnk Differential Revision: http://reviews.llvm.org/D4196 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211214 91177308-0d34-0410-b5e6-96231b3b80d8