aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4atomics.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement most remaining methods of AtomicsLars Knoll2018-08-261-8/+75
| | | | | | | The only missing ones now are wait() and wake(). Change-Id: I2c0ee78cdd8a249e0e841861dd4b76c4665b0ae0 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Partial Atomics supportLars Knoll2018-08-261-0/+190
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>