]> Cypherpunks repositories - gostls13.git/commit
sync/atomic: add LoadUintptr
authorDmitriy Vyukov <dvyukov@google.com>
Thu, 1 Sep 2011 19:17:25 +0000 (15:17 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 1 Sep 2011 19:17:25 +0000 (15:17 -0400)
commitea23ba3e2dc47b24846e95a6bffe4ba19693c838
tree43b3b40ac35226cc4377c5f0588689818569547c
parent60d47101aa3815ff0f8fdcd9369e6f3664ce1a70
sync/atomic: add LoadUintptr

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4985041
src/pkg/sync/atomic/asm_386.s
src/pkg/sync/atomic/asm_amd64.s
src/pkg/sync/atomic/asm_linux_arm.s
src/pkg/sync/atomic/atomic_test.go
src/pkg/sync/atomic/doc.go