[Lldb-commits] [PATCH] D49713: Replace StreamTee's recursive_mutex with a normal mutex.

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 24 10:24:38 PDT 2018


teemperor added a reviewer: clayborg.
teemperor added a comment.

Adding Greg because he seem to be the one who added the lock. I think it's also worth investigating why this lock is there in the first place (as other Stream implementations are not thread safe, but this one is?)


https://reviews.llvm.org/D49713





More information about the lldb-commits mailing list