aboutsummaryrefslogtreecommitdiff
path: root/src/sync/pool_test.go
AgeCommit message (Expand)Author
2019-06-26sync: only check for successful PopHeads in long modeAustin Clements
2019-06-26sync: make TestPoolDequeue termination condition more robustAustin Clements
2019-06-26sync: fix pool wrap-around testAustin Clements
2019-05-22all: shorten some testsRuss Cox
2019-04-05sync: smooth out Pool behavior over GC with a victim cacheAustin Clements
2019-04-05sync: add Pool benchmarks to stress STW and reuseAustin 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-11-15all: don't call t.Fatal from a goroutineIan Lance Taylor
2014-10-22sync: release Pool memory during second and later GCsDmitriy Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox