aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/atomic_pointer.go
AgeCommit message (Expand)Author
2018-08-22runtime: remove unused function caspIan Lance Taylor
2018-02-13runtime: eliminate all writebarrierptr* callsAustin Clements
2016-10-28runtime: perform write barrier before pointer writeAustin Clements
2016-04-14sync/atomic: don't atomically write pointers twiceAustin Clements
2016-04-14runtime: make sync_atomic_SwapPointer signature match sync/atomicAustin Clements
2016-04-13runtime/internal/atomic: rename Storep1 to StorepNoWBAustin Clements
2016-04-13runtime/internal/atomic: remove write barrier from Storep1 on s390xAustin Clements
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-08-27runtime: remove unused xchgp/xchgp1Michael Hudson-Doyle
2015-05-11runtime: remove wbshadow modeRuss Cox
2015-01-06runtime, sync/atomic: add write barrier for atomic write of pointerRuss Cox