]> Cypherpunks repositories - gostls13.git/commit
runtime: do not profile blocked netpoll on windows
authorDmitriy Vyukov <dvyukov@google.com>
Tue, 11 Feb 2014 09:41:46 +0000 (13:41 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Tue, 11 Feb 2014 09:41:46 +0000 (13:41 +0400)
commite5a4211b36ca776189730de6f1ab4403dde46f46
tree50ac4c9bb9a7a9223afbc22f6206108f6096eea9
parent120218afeb74e717adf1397f04ef4ca6a10add03
runtime: do not profile blocked netpoll on windows
There is frequently a thread hanging on GQCS,
currently it skews profiles towards netpoll,
but it is not bad and is not consuming any resources.

R=alex.brainman
CC=golang-codereviews
https://golang.org/cl/61560043
src/pkg/runtime/netpoll_windows.c