]> Cypherpunks repositories - gostls13.git/commit
runtime: add timer lock to lock ranking
authorRuss Cox <rsc@golang.org>
Wed, 14 Feb 2024 16:57:06 +0000 (11:57 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 28 Feb 2024 16:44:05 +0000 (16:44 +0000)
commitb5a99eaa94aafb48944d877f9991b6ae943b056c
tree657cfc0006d922fadd29cdf76f6c1ef2c8e54547
parent51df232b122b77c1bb066e53300247ec68695743
runtime: add timer lock to lock ranking

No deadlocks yet!

Change-Id: I87fb3742a386d682fbcc8cb98e98771b54bc3fec
Reviewed-on: https://go-review.googlesource.com/c/go/+/564133
Reviewed-by: Austin Clements <austin@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/time.go