]> Cypherpunks repositories - gostls13.git/commit
sync/atomic: new package
authorRuss Cox <rsc@golang.org>
Fri, 25 Feb 2011 19:29:36 +0000 (14:29 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 25 Feb 2011 19:29:36 +0000 (14:29 -0500)
commit22eab1f5c78bb432b951426175b01c9bf97241f3
treea3e42cf901eff4fdb685759d8bbed125c588e286
parent64f9e5a12079da37bdcf8f23b0c725f98225a184
sync/atomic: new package

Fixes #170.

R=gri, iant, r, r2
CC=golang-dev
https://golang.org/cl/4241041
src/pkg/Makefile
src/pkg/sync/atomic/Makefile [new file with mode: 0644]
src/pkg/sync/atomic/asm_386.s [new file with mode: 0644]
src/pkg/sync/atomic/asm_amd64.s [new file with mode: 0644]
src/pkg/sync/atomic/asm_arm.s [new file with mode: 0644]
src/pkg/sync/atomic/atomic_test.go [new file with mode: 0644]
src/pkg/sync/atomic/doc.go [new file with mode: 0644]