Don't lock the thread list during ThreadList::ShouldStop. That does too
much work for this to make sense. Just copy the current thread list and operate on that. Prevents some deadlocks. llvm-svn: 168106
Loading
Please register or sign in to comment