[Lldb-commits] [lldb] [lldb] Add try_lock to SBMutex (PR #164109)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 20 10:17:49 PDT 2025
JDevlieghere wrote:
> The last force push undid the `EXPECT_FALSE(lock.try_lock());` commit
I moved it because it's a recursive mutex, so try_lock will continue succeeding if you do it on the same thread. We now do it from the async call.
https://github.com/llvm/llvm-project/pull/164109
More information about the lldb-commits
mailing list