1
0
mirror of https://github.com/golang/go synced 2024-11-07 20:46:18 -07:00
go/src/sync
Dan Kortschak c2eba53e7f cmd/vet,sync: check lock values more precisely
Fixes #26165

Change-Id: I1f3bd193af9b6f8461c736330952b6e50d3e00d9
Reviewed-on: https://go-review.googlesource.com/121876
Reviewed-by: Alan Donovan <adonovan@google.com>
Run-TryBot: Rob Pike <r@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-07-14 06:48:21 +00:00
..
atomic sync/atomic: redirect many functions to runtime/internal/atomic 2018-05-03 21:35:01 +00:00
cond_test.go sync: hide test of misuse of Cond from vet 2018-04-25 02:49:46 +00:00
cond.go cmd/vet,sync: check lock values more precisely 2018-07-14 06:48:21 +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
mutex_test.go
mutex.go
once_test.go
once.go
pool_test.go
pool.go
runtime_sema_test.go
runtime.go
rwmutex_test.go
rwmutex.go sync: fix deficiency in RWMutex race annotations 2018-06-22 14:43:09 +00:00
waitgroup_test.go sync: deflake TestWaitGroupMisuse2 2018-05-14 04:42:45 +00:00
waitgroup.go