]> Cypherpunks repositories - gostls13.git/commit
runtime: fix another race in bgsweep
authorDmitriy Vyukov <dvyukov@google.com>
Fri, 14 Mar 2014 19:32:12 +0000 (23:32 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Fri, 14 Mar 2014 19:32:12 +0000 (23:32 +0400)
commitfed5428c4aca483ceec8a6cdeac5c80098a30e64
treebf2a74e309a0786500e87addfc789f06a703334c
parent8d321625fdae77d7e4a8c1681fe90bd893b9cdd2
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
src/pkg/runtime/mgc0.c