Descriptionruntime: ensure forward progress of runtime.Gosched() for locked goroutines
The removed code leads to the situation when M executes the same locked G again and again.
Fixes issue 4820.
Patch Set 1 #Patch Set 2 : diff -r e92503ce815b https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 3 : diff -r e92503ce815b https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 4 : diff -r 70a50cc39caf https://dvyukov%40google.com@code.google.com/p/go/ #
MessagesTotal messages: 5
|