go/src/sync
Jes Cok 3b0d39c5da sync: update doc for Map.Clear
Change-Id: I9bcc5c82321cbc93f1c7aafd1dadf4f6b862ccbd
GitHub-Last-Rev: 818b95528f
GitHub-Pull-Request: golang/go#65429
Reviewed-on: https://go-review.googlesource.com/c/go/+/560396
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-02-01 19:34:02 +00:00
..
atomic all: fix a lot of comments 2023-05-10 12:59:20 +00:00
cond.go sync: document why copyChecker checks the condition twice 2023-08-16 15:36:31 +00:00
cond_test.go sync: fix TestCondSignalStealing flake 2023-03-22 18:52:42 +00:00
example_pool_test.go
example_test.go
export_test.go all: make more use of the new atomic integer types 2023-11-17 16:39:52 +00:00
map.go sync: update doc for Map.Clear 2024-02-01 19:34:02 +00:00
map_bench_test.go sync: add Map.Clear 2024-02-01 15:34:22 +00:00
map_reference_test.go sync: add Map.Clear 2024-02-01 15:34:22 +00:00
map_test.go sync: add Map.Clear 2024-02-01 15:34:22 +00:00
mutex.go runtime, sync, sync/atomic: document happens-before guarantees 2022-06-06 20:48:03 +00:00
mutex_test.go runtime: write much more direct test for semaphore waiter scalability 2022-06-16 21:25:35 +00:00
once.go sync: use atomic.Uint32 in Once 2023-10-06 21:01:50 +00:00
once_test.go
oncefunc.go sync: do not unnecessarily keep alive functions wrapped by Once(Func|Value|Values) 2023-11-21 17:31:33 +00:00
oncefunc_test.go sync: do not unnecessarily keep alive functions wrapped by Once(Func|Value|Values) 2023-11-21 17:31:33 +00:00
pool.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
pool_test.go sync: panic rather than throw on nil *Pool 2023-07-31 22:18:47 +00:00
poolqueue.go all: make more use of the new atomic integer types 2023-11-17 16:39:52 +00:00
runtime.go runtime: make the wait reason for a g blocked on a mutex more specific 2022-09-16 16:32:27 +00:00
runtime2.go
runtime2_lockrank.go
runtime_sema_test.go
rwmutex.go sync: deemphasize goroutines in RWMutex documentation 2023-09-07 16:18:47 +00:00
rwmutex_test.go
waitgroup.go sync: use atomic.Uint64 for WaitGroup state 2022-08-19 01:34:22 +00:00
waitgroup_test.go