Skip to content
Commit 6a742846 authored by Saleem Abdulrasool's avatar Saleem Abdulrasool
Browse files

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
parent 27279feb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment