[Lldb-commits] [PATCH] D20278: first pass for removing Mutex for std::{, recursive_}mutex

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon May 16 12:12:22 PDT 2016


clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

Looks good. We should work toward remove Mutex.cpp and Mutex.h completely and also switch over to using std::condition_variable.


http://reviews.llvm.org/D20278





More information about the lldb-commits mailing list