夏天/isummer

Sun of my life !Talk is cheap, Show me the code! 追风赶月莫停留,平芜尽处是春山~

博客园 首页 新随笔 联系 管理

2015年10月27日 #

摘要: volatile 类型修饰符1.解释 就像大家更熟悉的const一样,volatile是一个类型修饰符(type specifier)。它是被设计用来修饰被不同线程访问和修改的变量。如果不加入volatile,基本上会导致这样的结果:要么无法编写多线程程序,要么编译器失去大量优化的机会。 vol... 阅读全文
posted @ 2015-10-27 15:22 夏天/isummer 阅读(408) 评论(0) 推荐(0)