]> Cypherpunks repositories - gostls13.git/commit
runtime: merge timerModifiedEarlier and timerModifierLater
authorRuss Cox <rsc@golang.org>
Wed, 14 Feb 2024 16:56:57 +0000 (11:56 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 28 Feb 2024 16:43:52 +0000 (16:43 +0000)
commitb2bd7ebafcd8588fadef6b73755ee98bc8889233
treeb4761d34c1ce10e6a52456943c01bef6253e35e7
parent4a3c3ec9966022fd6a02e1790f71536acd6bcf1e
runtime: merge timerModifiedEarlier and timerModifierLater

Nothing actually needs to know the difference between these
two states, so merge them.

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: Ia30699ac92e66467773942e7df1fb21470a6e51a
Reviewed-on: https://go-review.googlesource.com/c/go/+/564119
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/runtime/time.go