]> Cypherpunks repositories - gostls13.git/commit
runtime: rename updateGOMAXPROCS to updateMaxProcsG
authorMichael Pratt <mpratt@google.com>
Wed, 28 May 2025 18:10:38 +0000 (14:10 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 28 May 2025 22:02:02 +0000 (15:02 -0700)
commit6160fa59b6523e781db47eb1ee8f929398f2bb78
tree8af0c81321032e2938f71b05788aa85b14636221
parentae6c098f482f74a077ee690082e4b785d4689999
runtime: rename updateGOMAXPROCS to updateMaxProcsG

There are other parts to updating GOMAXPROCS than just the helper
goroutine, so make the naming more specific.

For #73193.

Change-Id: I6a6a636c31ac80c8d76afe90c0bfc29d3086af4d
Reviewed-on: https://go-review.googlesource.com/c/go/+/677035
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/lockrank.go
src/runtime/mklockrank.go
src/runtime/proc.go