aboutsummaryrefslogtreecommitdiff
path: root/src/sync/atomic/value_test.go
AgeCommit message (Expand)Author
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-05-04sync/atomic: add (*Value).Swap and (*Value).CompareAndSwapColin Arnott
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2018-04-18sync/atomic: use package prefix in examplesKevin Burke
2016-02-26sync/atomic: reduce test in short modeDmitry Vyukov
2014-09-16sync/atomic: add ValueDmitriy Vyukov