aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4atomics_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Partial Atomics supportLars Knoll2018-08-261-0/+91
Implement support for basic atomic operations on SharedArrayBuffers. Half of the methods still need a proper implementation. Change-Id: Ia88da358e0c2ae6d28e9bcc1feb8980b6f51a812 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>