]> Cypherpunks repositories - gostls13.git/commit
runtime: only poll network from one P at a time in findRunnable
authorIan Lance Taylor <iant@golang.org>
Thu, 15 Feb 2024 01:54:00 +0000 (17:54 -0800)
committerMichael Pratt <mpratt@google.com>
Tue, 22 Apr 2025 09:49:42 +0000 (02:49 -0700)
commit352dd2d932c1c1c6dbc3e112fcdfface07d4fffb
tree587e2fc3f0a2134a91844f121c21ce9d0aff2ef5
parent336626bac4c62b617127d41dccae17eed0350b0f
runtime: only poll network from one P at a time in findRunnable

For #65064

Change-Id: Ifecd7e332d2cf251750752743befeda4ed396f33
Reviewed-on: https://go-review.googlesource.com/c/go/+/564197
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Artur M. Wolff <artur.m.wolff@gmail.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/proc.go
src/runtime/runtime2.go