]> Cypherpunks repositories - gostls13.git/commit
runtime: make m.nextwaitm an muintptr
authorAustin Clements <austin@google.com>
Thu, 15 Jun 2017 16:23:09 +0000 (12:23 -0400)
committerAustin Clements <austin@google.com>
Wed, 11 Oct 2017 17:47:10 +0000 (17:47 +0000)
commit12ec54724bcb016a70bcafa1bfc1d8f411fbfe74
tree100e75559a95d39dd1297c21fb6b887450b4cd68
parent4e8be99590d54cc9ea949d9eadc560a1c2456539
runtime: make m.nextwaitm an muintptr

This field is really a *m (modulo its bottom bit). Change it from
uintptr to muintptr to document this fact.

Change-Id: I2d181a955ef1d2c1a268edf20091b440d85726c9
Reviewed-on: https://go-review.googlesource.com/46034
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/lock_sema.go
src/runtime/runtime2.go