aboutsummaryrefslogtreecommitdiff
path: root/src/sync/pool_test.go
AgeCommit message (Expand)Author
2025-05-16sync: set GOMAXPROCS to 1 in TestPoolGCMichael Anthony Knyszek
2025-05-14sync: use blockUntilCleanupQueueEmpty instead of busy-looping in testsMichael Anthony Knyszek
2025-02-14sync: use runtime.AddCleanup instead of runtime.SetFinalizerCarlos Amedee
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2023-07-31sync: panic rather than throw on nil *PoolIan Lance Taylor
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-01sync: add PoolStarvation benchmarkRuslan Andreev
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-04-26Revert "sync: improve sync.Pool object stealing"Bryan C. Mills
2021-04-26sync: improve sync.Pool object stealingRuslan Andreev
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
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