1
0
mirror of https://github.com/golang/go synced 2024-11-17 15:34:42 -07:00
go/src/sync
Daniel Martí a4c48d61f5 sync/atomic: remove panic64
The func has been unused since https://golang.org/cl/93637 in 2018.

Change-Id: I1cab6f265aa5058ac080fd7c7cbf0fe85370f073
Reviewed-on: https://go-review.googlesource.com/c/go/+/224077
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matt Layher <mdlayher@gmail.com>
Reviewed-by: Austin Clements <austin@google.com>
2020-03-19 19:46:54 +00:00
..
atomic sync/atomic: remove panic64 2020-03-19 19:46:54 +00:00
cond_test.go
cond.go
example_pool_test.go
example_test.go
export_test.go
map_bench_test.go sync: add new Map method LoadAndDelete 2020-02-25 14:31:55 +00:00
map_reference_test.go sync: add new Map method LoadAndDelete 2020-02-25 14:31:55 +00:00
map_test.go sync: add new Map method LoadAndDelete 2020-02-25 14:31:55 +00:00
map.go sync: add new Map method LoadAndDelete 2020-02-25 14:31:55 +00:00
mutex_test.go
mutex.go sync: yield to the waiter when unlocking a starving mutex 2019-11-09 19:31:32 +00:00
once_test.go
once.go sync: document implementation of Once.Do 2019-07-01 14:45:49 +00:00
pool_test.go sync: only check for successful PopHeads in long mode 2019-06-26 19:48:42 +00:00
pool.go
poolqueue.go
runtime_sema_test.go
runtime.go
rwmutex_test.go
rwmutex.go
waitgroup_test.go sync: deflake TestWaitGroupMisuse3 2019-12-06 05:12:15 +00:00
waitgroup.go