index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sync
/
pool_test.go
Age
Commit message (
Expand
)
Author
2025-05-16
sync: set GOMAXPROCS to 1 in TestPoolGC
Michael Anthony Knyszek
2025-05-14
sync: use blockUntilCleanupQueueEmpty instead of busy-looping in tests
Michael Anthony Knyszek
2025-02-14
sync: use runtime.AddCleanup instead of runtime.SetFinalizer
Carlos Amedee
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2023-07-31
sync: panic rather than throw on nil *Pool
Ian Lance Taylor
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-01
sync: add PoolStarvation benchmark
Ruslan Andreev
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-04-26
Revert "sync: improve sync.Pool object stealing"
Bryan C. Mills
2021-04-26
sync: improve sync.Pool object stealing
Ruslan Andreev
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2019-06-26
sync: only check for successful PopHeads in long mode
Austin Clements
2019-06-26
sync: make TestPoolDequeue termination condition more robust
Austin Clements
2019-06-26
sync: fix pool wrap-around test
Austin Clements
2019-05-22
all: shorten some tests
Russ Cox
2019-04-05
sync: smooth out Pool behavior over GC with a victim cache
Austin Clements
2019-04-05
sync: add Pool benchmarks to stress STW and reuse
Austin Clements
2019-04-05
sync: internal dynamically sized lock-free queue for sync.Pool
Austin Clements
2019-04-05
sync: internal fixed size lock-free queue for sync.Pool
Austin Clements
2017-06-28
sync: deflake TestPool and TestPoolNew
Aliaksandr Valialkin
2016-11-15
all: don't call t.Fatal from a goroutine
Ian Lance Taylor
2014-10-22
sync: release Pool memory during second and later GCs
Dmitriy Vyukov
2014-09-08
build: move package sources from src/pkg to src
Russ Cox