================
@@ -663,17 +663,9 @@ void NativeProcessWindows::OnCreateThread(const HostThread
&new_thread) {
void NativeProcessWindows::OnExitThread(lldb::tid_t thread_id,
uint32_t exit_code) {
llvm::sys::ScopedLock lock(m_mutex);
----------------
Nerixyz wrote:
`GetThreadByID` would lock `m_threads_mutex`, not `m_mutex`. I think that can
be changed here as well.
https://github.com/llvm/llvm-project/pull/202720
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits