go/src/sync
mstmdev be3d5fb6e6 sync: use atomic.Uint32 in Once
Change-Id: If9089f8afd78de3e62cd575f642ff96ab69e2099
GitHub-Last-Rev: 14165018d6
GitHub-Pull-Request: golang/go#63386
Reviewed-on: https://go-review.googlesource.com/c/go/+/532895
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
2023-10-06 21:01:50 +00:00
..
atomic
cond.go sync: document why copyChecker checks the condition twice 2023-08-16 15:36:31 +00:00
cond_test.go
example_pool_test.go
example_test.go
export_test.go
map.go sync: prevent (*Map).Range from always escaping 2023-09-01 22:41:39 +00:00
map_bench_test.go
map_reference_test.go
map_test.go sync: prevent (*Map).Range from always escaping 2023-09-01 22:41:39 +00:00
mutex.go
mutex_test.go
once.go sync: use atomic.Uint32 in Once 2023-10-06 21:01:50 +00:00
once_test.go
oncefunc.go
oncefunc_test.go
pool.go
pool_test.go
poolqueue.go
runtime.go
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
waitgroup_test.go