]> Cypherpunks repositories - gostls13.git/commit
runtime: fix the potential race of idle P's during injectglist
authorAndy Pan <panjf2000@gmail.com>
Fri, 15 Dec 2023 09:19:08 +0000 (17:19 +0800)
committerMichael Pratt <mpratt@google.com>
Tue, 27 Feb 2024 20:35:42 +0000 (20:35 +0000)
commit24070cf747d8b3f4487f1ca7247dcdf0ac266e8c
treed28878ec57e126ac5095dd59c64f791c7538b51b
parent234390e741dd43b1ce54b0cfd91dc591c0b190f7
runtime: fix the potential race of idle P's during injectglist

Fixes #63555

Change-Id: I26e7baf58fcb78e66e0feed5725e371e25d657cc
Reviewed-on: https://go-review.googlesource.com/c/go/+/550175
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
src/runtime/proc.go