Host: correct use of std::condition_variable::wait_for
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 28 Jul 2016 18:16:07 +0000 (18:16 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 28 Jul 2016 18:16:07 +0000 (18:16 +0000)
commit6a742846525d89e8e53972919ab6ffdde6fedeec
tree12a5117515bc26c624239d45410bd92f7d721b2f
parent27279feb783691ed13919d0f9844381c9a2ac094
Host: correct use of std::condition_variable::wait_for

std::condition::wait_for takes a std::unique_lock<T>.  The previous commit
accidentally left a reference to `m_mutex` instead of `lock`.  Update that.
Should restore the android lldb builder to green.

llvm-svn: 277013
lldb/include/lldb/Host/Predicate.h