]> Cypherpunks repositories - gostls13.git/commit
runtime: change lockedg/lockedm to guintptr/muintptr
authorIan Lance Taylor <iant@golang.org>
Wed, 13 Sep 2017 17:14:02 +0000 (10:14 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 15 Sep 2017 17:29:51 +0000 (17:29 +0000)
commit165c15afa3ff41c2dc117cb3a40edc7f15f9478b
tree089ffb43ea9e901d195c952ffe0102b912e5e1df
parent27e80f7c4d8001598367e15a1617fa524bd0fb11
runtime: change lockedg/lockedm to guintptr/muintptr

This change has no real effect in itself. This is to prepare for a
followup change that will call lockOSThread during a cgo callback when
there is no p assigned, and therefore when lockOSThread can not use a
write barrier.

Change-Id: Ia122d41acf54191864bcb68f393f2ed3b2f87abc
Reviewed-on: https://go-review.googlesource.com/63630
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/proc.go
src/runtime/runtime2.go
src/runtime/signal_sighandler.go
src/runtime/signal_windows.go
src/runtime/traceback.go