mirror of
https://github.com/golang/go
synced 2024-11-18 22:55:23 -07:00
4d724f4c5b
This is a follow-up to CL 5978051. Use kernel cas64 helper if we can, fallback to LDREXD/STREXD if we are on ARMv6 or higher, and to lock-emulated cas64 if on ARMv5. A future CL will fix {Add,Load,Store}{Int,Uint}64 and issue 3331. R=bradfitz, rsc CC=golang-dev https://golang.org/cl/6034048 |
||
---|---|---|
.. | ||
atomic | ||
cond_test.go | ||
cond.go | ||
example_test.go | ||
export_test.go | ||
mutex_test.go | ||
mutex.go | ||
once_test.go | ||
once.go | ||
runtime_sema_test.go | ||
runtime.go | ||
rwmutex_test.go | ||
rwmutex.go | ||
waitgroup_test.go | ||
waitgroup.go |