commit | fed5428c4aca483ceec8a6cdeac5c80098a30e64 | [log] [tgz] |
---|---|---|
author | Dmitriy Vyukov <dvyukov@google.com> | Fri Mar 14 23:32:12 2014 +0400 |
committer | Dmitriy Vyukov <dvyukov@google.com> | Fri Mar 14 23:32:12 2014 +0400 |
tree | bf2a74e309a0786500e87addfc789f06a703334c | |
parent | 8d321625fdae77d7e4a8c1681fe90bd893b9cdd2 [diff] |
runtime: fix another race in bgsweep It's possible that bgsweep constantly does not catch up for some reason, in this case runfinq was not woken at all. R=rsc CC=golang-codereviews https://golang.org/cl/75940043