1
0
mirror of https://github.com/golang/go synced 2024-11-17 13:54:46 -07:00
go/src/sync
Changkun Ou 7366b199c5 sync: use atomic.Pointer for entry
Change-Id: Ie3b4bfe483d7ef43da29ea1dd73d423dac36cf39
Reviewed-on: https://go-review.googlesource.com/c/go/+/432055
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Changkun Ou <mail@changkun.de>
2022-10-31 20:12:59 +00:00
..
atomic sync/atomic: rename "ifaceWords" to "efaceWords" 2022-09-29 22:55:09 +00:00
cond_test.go
cond.go sync: clarify Cond.Wait documentation 2022-09-26 21:58:42 +00:00
example_pool_test.go
example_test.go
export_test.go
map_bench_test.go
map_reference_test.go
map_test.go
map.go sync: use atomic.Pointer for entry 2022-10-31 20:12:59 +00:00
mutex_test.go runtime: write much more direct test for semaphore waiter scalability 2022-06-16 21:25:35 +00:00
mutex.go runtime, sync, sync/atomic: document happens-before guarantees 2022-06-06 20:48:03 +00:00
once_test.go
once.go Revert "sync: convert Once.done to atomic type" 2022-09-07 13:22:04 +00:00
pool_test.go
pool.go runtime, sync, sync/atomic: document happens-before guarantees 2022-06-06 20:48:03 +00:00
poolqueue.go
runtime2_lockrank.go
runtime2.go
runtime_sema_test.go
runtime.go runtime: make the wait reason for a g blocked on a mutex more specific 2022-09-16 16:32:27 +00:00
rwmutex_test.go
rwmutex.go runtime: make the wait reason for a g blocked on a mutex more specific 2022-09-16 16:32:27 +00:00
waitgroup_test.go
waitgroup.go sync: use atomic.Uint64 for WaitGroup state 2022-08-19 01:34:22 +00:00