summaryrefslogtreecommitdiff
path: root/platform/android/src/run_loop_impl.hpp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-06-06 16:18:46 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-06-06 22:19:25 +0300
commit874fa41c128c2c3c7e075b0dcde727d6cf678866 (patch)
tree9f7959c13c69e4a4a24fa2250c06d231e4a4e462 /platform/android/src/run_loop_impl.hpp
parentc3cbe67c018a2431140babf2b8ba4c403e5e429f (diff)
downloadqtlocation-mapboxgl-874fa41c128c2c3c7e075b0dcde727d6cf678866.tar.gz
[android] Do not use lock-free types on Android
They are not supported by ARMv5 and the compiler is generating bogus code. std::atomic might be implemented lock-free for some types, but we are going to introduce a naive polyfill to make sure that doesn't happen on ARMv5 (only).
Diffstat (limited to 'platform/android/src/run_loop_impl.hpp')
0 files changed, 0 insertions, 0 deletions