]> Cypherpunks repositories - gostls13.git/commit
race: sync/atomic changes
authorDmitriy Vyukov <dvyukov@google.com>
Sun, 7 Oct 2012 18:07:32 +0000 (22:07 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Sun, 7 Oct 2012 18:07:32 +0000 (22:07 +0400)
commit59b87453285d952c5b1bc705ca5ffc87e7f15f61
treea440719ccb91160c96663a361bddfaa424e17161
parent53390c8fc7b27bf1a14c709feae802c410ea2ae2
race: sync/atomic changes
This is a part of a bigger change that adds data race detection feature:
https://golang.org/cl/6456044

R=rsc, remyoudompheng
CC=gobot, golang-dev
https://golang.org/cl/6536059
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/doc.go
src/pkg/sync/atomic/race.go [new file with mode: 0644]