go/src/sync
Dmitri Shuralyov cdbf5f2f7e sync: refer to Locker interface methods in RWMutex.RLocker doc
The methods being implemented are part of the Locker interface,
not the RWMutex struct.

Fixes #68250.

Change-Id: I609c4d5c44e90a12914a8678971ba295519cc265
Reviewed-on: https://go-review.googlesource.com/c/go/+/595875
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
2024-07-01 13:44:22 +00:00
..
atomic sync/atomic: correct result names for Or methods 2024-06-21 15:46:03 +00:00
cond.go sync: include links to the Go memory model in package documentation 2024-06-07 21:14:51 +00:00
cond_test.go sync: fix TestCondSignalStealing flake 2023-03-22 18:52:42 +00:00
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: include links to the Go memory model in package documentation 2024-06-07 21:14:51 +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: include links to the Go memory model in package documentation 2024-06-07 21:14:51 +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: include links to the Go memory model in package documentation 2024-06-07 21:14:51 +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 sync: include links to the Go memory model in package documentation 2024-06-07 21:14:51 +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 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: refer to Locker interface methods in RWMutex.RLocker doc 2024-07-01 13:44:22 +00:00
rwmutex_test.go
waitgroup.go sync: include links to the Go memory model in package documentation 2024-06-07 21:14:51 +00:00
waitgroup_test.go