go/src/sync
Russ Cox 9a8995b8b6 all: document legacy //go:linkname for modules with ≥100 dependents
For #67401.

Change-Id: I015408a3f437c1733d97160ef2fb5da6d4efcc5c
Reviewed-on: https://go-review.googlesource.com/c/go/+/587598
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Russ Cox <rsc@golang.org>
2024-05-29 16:25:21 +00:00
..
atomic sync/atomic: public And/Or ops and race instrumentation 2024-05-17 18:37:29 +00:00
cond.go sync: add available godoc link 2024-02-26 20:48:55 +00:00
cond_test.go
example_pool_test.go
example_test.go sync: add examples for OnceValue and OnceValues 2024-04-23 17:45:47 +00:00
export_test.go all: make more use of the new atomic integer types 2023-11-17 16:39:52 +00:00
map.go sync: name the Map.CompareAndSwap return value 2024-03-21 00:52:58 +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 sync: add available godoc link 2024-02-26 20:48:55 +00:00
mutex_test.go
once.go sync: add available godoc link 2024-02-26 20:48:55 +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 all: document legacy //go:linkname for modules with ≥100 dependents 2024-05-29 16:25:21 +00:00
pool_test.go all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
poolqueue.go sync: simplify the code with atomic.Pointer 2024-02-26 18:12:29 +00:00
runtime.go
runtime2.go
runtime2_lockrank.go
runtime_sema_test.go
rwmutex.go sync: add available godoc link 2024-02-26 20:48:55 +00:00
rwmutex_test.go
waitgroup.go sync: add available godoc link 2024-02-26 20:48:55 +00:00
waitgroup_test.go