1
0
mirror of https://github.com/golang/go synced 2024-11-22 03:44:39 -07:00
go/src/sync
cuishuang a71bb570d0 all: make struct comments match struct names
Change-Id: I011f66854a9af5f3baa20abebd4b315c15db571f
Reviewed-on: https://go-review.googlesource.com/c/go/+/596715
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: shuang cui <imcusg@gmail.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-07-11 17:23:45 +00:00
..
atomic sync/atomic: correct result names for Or methods 2024-06-21 15:46:03 +00:00
cond_test.go sync: fix TestCondSignalStealing flake 2023-03-22 18:52:42 +00:00
cond.go sync: include links to the Go memory model in package documentation 2024-06-07 21:14:51 +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 struct comments match struct names 2024-07-11 17:23:45 +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
map.go sync: include links to the Go memory model in package documentation 2024-06-07 21:14:51 +00:00
mutex_test.go
mutex.go sync: include links to the Go memory model in package documentation 2024-06-07 21:14:51 +00:00
once_test.go
once.go sync: include links to the Go memory model in package documentation 2024-06-07 21:14:51 +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
oncefunc.go sync: do not unnecessarily keep alive functions wrapped by Once(Func|Value|Values) 2023-11-21 17:31:33 +00:00
pool_test.go all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
pool.go sync: include links to the Go memory model in package documentation 2024-06-07 21:14:51 +00:00
poolqueue.go sync: simplify the code with atomic.Pointer 2024-02-26 18:12:29 +00:00
runtime2_lockrank.go
runtime2.go
runtime_sema_test.go
runtime.go
rwmutex_test.go
rwmutex.go sync: refer to Locker interface methods in RWMutex.RLocker doc 2024-07-01 13:44:22 +00:00
waitgroup_test.go
waitgroup.go sync: include links to the Go memory model in package documentation 2024-06-07 21:14:51 +00:00