go/src/sync
Ian Lance Taylor ca7c12d4c9 sync/atomic: add 32-bit MIPS to the 64-bit alignment requirement
runtime/internal/atomic/atomic_mipsx.go enforces 64-bit alignment.

Change-Id: Ifdc36e1c0322827711425054d10f1c52425a13fa
Reviewed-on: https://go-review.googlesource.com/c/161697
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-02-09 23:07:07 +00:00
..
atomic sync/atomic: add 32-bit MIPS to the 64-bit alignment requirement 2019-02-09 23:07:07 +00:00
cond.go cmd/vet,sync: check lock values more precisely 2018-07-14 06:48:21 +00:00
cond_test.go sync: hide test of misuse of Cond from vet 2018-04-25 02:49:46 +00:00
example_pool_test.go
example_test.go
export_test.go sync: deflake TestPool and TestPoolNew 2017-06-28 22:02:07 +00:00
map.go sync: simplify (*entry).tryStore 2018-09-27 21:44:20 +00:00
map_bench_test.go sync: release m.mu during (*RWMutexMap).Range callbacks in sync_test 2017-07-20 18:51:09 +00:00
map_reference_test.go sync: release m.mu during (*RWMutexMap).Range callbacks in sync_test 2017-07-20 18:51:09 +00:00
map_test.go
mutex.go sync: throw, not panic, for unlock of unlocked mutex 2017-12-08 13:40:21 +00:00
mutex_test.go sync: throw, not panic, for unlock of unlocked mutex 2017-12-08 13:40:21 +00:00
once.go
once_test.go
pool.go
pool_test.go sync: deflake TestPool and TestPoolNew 2017-06-28 22:02:07 +00:00
runtime.go all: use "reports whether" consistently in the few places that didn't 2018-11-02 22:47:58 +00:00
runtime_sema_test.go
rwmutex.go sync: fix deficiency in RWMutex race annotations 2018-06-22 14:43:09 +00:00
rwmutex_test.go
waitgroup.go sync: make WaitGroup more space-efficient 2018-03-15 09:56:25 +00:00
waitgroup_test.go sync: deflake TestWaitGroupMisuse2 2018-05-14 04:42:45 +00:00