]> Cypherpunks repositories - gostls13.git/commit
sync/atomic: add package doc for AddT, LoadT and StoreT.
authorNigel Tao <nigeltao@golang.org>
Wed, 12 Sep 2012 00:36:22 +0000 (10:36 +1000)
committerNigel Tao <nigeltao@golang.org>
Wed, 12 Sep 2012 00:36:22 +0000 (10:36 +1000)
commite39072d65fd3aeb1db0744226c27abc1fa02e047
tree22c1121dafc2f32034a4278039f8284cbc8b1019
parent8fd65b0e1d6b737072982a1cf846ff76b1353f02
sync/atomic: add package doc for AddT, LoadT and StoreT.

Rename the first argument of CompareAndSwapT and AddT s/val/addr/
for consistency with LoadT and StoreT.

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