aboutsummaryrefslogtreecommitdiff
path: root/src/sync/export_test.go
AgeCommit message (Expand)Author
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2019-06-26sync: fix pool wrap-around testAustin Clements
2019-04-05sync: internal dynamically sized lock-free queue for sync.PoolAustin Clements
2019-04-05sync: internal fixed size lock-free queue for sync.PoolAustin Clements
2017-06-28sync: deflake TestPool and TestPoolNewAliaksandr Valialkin
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-26internal/race: add packageDmitry Vyukov
2015-06-26sync: don't run known-racy tests under the race detectorBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox