Descriptionruntime: eliminate excessive notewakeup calls in timers
If the timer goroutine is wakeup by timeout,
other goroutines will still notewakeup because sleeping is still set.
Patch Set 1 #Patch Set 2 : diff -r d7db8c804ffa https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 3 : diff -r d7db8c804ffa https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 4 : diff -r 9eb1dd061b1f https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 5 : diff -r 9eb1dd061b1f https://dvyukov%40google.com@code.google.com/p/go/ #MessagesTotal messages: 3
|