[Lldb-commits] [PATCH] D13940: Fix race conditions in Core/Timer

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 21 10:49:51 PDT 2015


clayborg added a comment.

Yes, please use any llvm system utilities when possible. And scratch the need for LLDB_THREAD_LOCAL at any point in the future and just use llvm::ThreadLocal all the time as thread local variables have already been abstracted by llvm.


http://reviews.llvm.org/D13940





More information about the lldb-commits mailing list