go/src/sync
Cherry Zhang 526b2f85ce runtime/internal/atomic: crash on unaligned 64-bit ops on 32-bit MIPS
This check was originally implemented by Vladimir in
https://go-review.googlesource.com/c/31489/1/src/runtime/internal/atomic/atomic_mipsx.go#30
but removed due to my comment (Sorry!). This CL adds it back.

Fixes #17786.

Change-Id: I7ff4c2539fc9e2afd8199964b587a8ccf093b896
Reviewed-on: https://go-review.googlesource.com/33431
Run-TryBot: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-11-22 02:05:07 +00:00
..
atomic runtime/internal/atomic: crash on unaligned 64-bit ops on 32-bit MIPS 2016-11-22 02:05:07 +00:00
cond.go
cond_test.go all: don't call t.Fatal from a goroutine 2016-11-15 15:13:48 +00:00
example_pool_test.go sync: add example for Pool 2016-11-10 05:32:14 +00:00
example_test.go
export_test.go
mutex.go runtime: Profile goroutines holding contended mutexes. 2016-10-28 11:47:16 +00:00
mutex_test.go runtime: Profile goroutines holding contended mutexes. 2016-10-28 11:47:16 +00:00
once.go
once_test.go
pool.go sync: enable Pool when using race detector 2016-10-30 19:09:20 +00:00
pool_test.go all: don't call t.Fatal from a goroutine 2016-11-15 15:13:48 +00:00
runtime.go runtime: Profile goroutines holding contended mutexes. 2016-10-28 11:47:16 +00:00
runtime_sema_test.go
rwmutex.go sync: throw, not panic, for unlock of unlocked mutex 2016-10-19 17:46:27 +00:00
rwmutex_test.go sync: throw, not panic, for unlock of unlocked mutex 2016-10-19 17:46:27 +00:00
waitgroup.go
waitgroup_test.go