]> Cypherpunks repositories - gostls13.git/commit
runtime: merge timerMoving into timerModifying
authorRuss Cox <rsc@golang.org>
Wed, 14 Feb 2024 16:56:58 +0000 (11:56 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 28 Feb 2024 16:43:56 +0000 (16:43 +0000)
commit3be36e9b20041ed1e67a45ae2ade96c45e90031a
treea55b2ed3275751bbd70a5ef5857e559478570510
parent09bfea95cff2ae1fe5afba4049bfaedac7f31d76
runtime: merge timerMoving into timerModifying

timerMoving is just a kind of "locked for modification",
so merge it into timerModifying.

This is part of a larger simplification of the state set.

[This is one CL in a refactoring stack making very small changes
in each step, so that any subtle bugs that we miss can be more
easily pinpointed to a small change.]

Change-Id: I5379122f96d9921ecda7a6a37cabd6c6b4d529a4
Reviewed-on: https://go-review.googlesource.com/c/go/+/564121
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/time.go