ARM:是从int原子写/读吗? [英] ARM: Is writing/reading from int atomic?

查看:105
本文介绍了ARM:是从int原子写/读吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

不幸的是,在ARM体系结构上,我不确切知道它是什么芯片,是32位int读写原子吗?

On ARM architecture, unfortunately I don't know exactly what chip it is, is a 32 bit int read/write atomic?

关于对基本类型的读/写是否有某种保证?

Is there any sort of guarantees about reads/writes to basic types?

推荐答案

它应该是原子的,除非该int存储在未对齐的地址上.

It should be atomic, EXCEPT if that int is stored on a non-aligned address.

这篇关于ARM:是从int原子写/读吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆