diff options
| author | Clément Chigot <clement.chigot@atos.net> | 2019-02-25 09:44:33 +0100 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2019-05-14 15:01:49 +0000 |
| commit | 1956b28ae3cf5e75fd8ad193d3ceec183581844b (patch) | |
| tree | 4fa6d3d55d1593c796697da42c4983096618841e /src/database | |
| parent | 46e03c4b92231a38e089b34f6a09707676216b48 (diff) | |
| download | go-1956b28ae3cf5e75fd8ad193d3ceec183581844b.tar.xz | |
runtime: call atomic.Storeuintptr in noteclear on AIX
The memory might not be synchronized in a thread being woken up after a
semasleep. Using atomic instructions in noteclear function will force
this synchronisation.
Fixes #30189
Change-Id: If7432f29b2a1a56288231822db52f3f8d1d6dbfe
Reviewed-on: https://go-review.googlesource.com/c/go/+/163624
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/database')
0 files changed, 0 insertions, 0 deletions
