[Lldb-commits] [PATCH] Fixes http://reviews.llvm.org/rL230691

Zachary Turner zturner at google.com
Fri Feb 27 10:49:33 PST 2015


Cool, sounds like we're in agreement then!

On Fri, Feb 27, 2015 at 10:26 AM Greg Clayton <clayborg at gmail.com> wrote:

> As I commented in the other fix for this bug, we should move to using the
> correct C++11 primitives to abstract us from the host system. pthread_
> types and functions obviously don't do this.
>
> I strongly feel we should use std::condition_variable and std::mutex and
> anything else the C++11 libraries can do for us.
>
>
> REPOSITORY
>   rL LLVM
>
> http://reviews.llvm.org/D7933
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150227/73a67bc7/attachment.html>


More information about the lldb-commits mailing list