gcc/libgo/go/sync
Ian Lance Taylor 86ff185365 re PR go/84215 (Random results in go/libgo tests)
PR go/84215
    runtime, sync/atomic: use write barrier for atomic pointer functions
    
    This copies atomic_pointer.go from 1.10rc2.  It was omitted during the
    transition of the runtime from C to Go, and I forgot about it.
    
    This may help with https://gcc.gnu.org/PR84215.
    
    Reviewed-on: https://go-review.googlesource.com/93197

From-SVN: r257599
2018-02-12 18:50:16 +00:00
..
atomic re PR go/84215 (Random results in go/libgo tests) 2018-02-12 18:50:16 +00:00
cas.c
cond.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
cond_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
example_pool_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
example_test.go
export_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
map.go libgo: update to Go1.10beta2 release 2018-01-17 14:20:29 +00:00
map_bench_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
map_reference_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
map_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mutex.go libgo: update to Go1.10beta2 release 2018-01-17 14:20:29 +00:00
mutex_test.go libgo: update to Go1.10beta2 release 2018-01-17 14:20:29 +00:00
once.go
once_test.go
pool.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
pool_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
runtime.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
runtime_sema_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
rwmutex.go libgo: update to Go1.10rc1 2018-01-27 23:44:29 +00:00
rwmutex_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
waitgroup.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
waitgroup_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00