]> Cypherpunks repositories - gostls13.git/commit
runtime: introduce timers.lock, timers.unlock methods
authorRuss Cox <rsc@golang.org>
Thu, 29 Feb 2024 21:51:44 +0000 (16:51 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 8 Mar 2024 22:14:41 +0000 (22:14 +0000)
commitc961ab3fe9b0355320cde28a588a687dc0d5261f
tree7d6bbf42b8dab5072695143182052b996dfd73e4
parentc220fbabd517ed66cb77e148aa015a80964ddcc4
runtime: introduce timers.lock, timers.unlock methods

No semantic changes here.
Cleaning up for next change.

Change-Id: I9706009739677ff9eb893bcc007d805f7877511e
Reviewed-on: https://go-review.googlesource.com/c/go/+/568335
Reviewed-by: Austin Clements <austin@google.com>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/proc.go
src/runtime/time.go