0
2
136
1
Selection Path Priority Status ---------------------...
x86下读写4字节对齐的基本类型(int)是原子性的,如thread1 执行i=1、thread2执行i=2,但是形如i++或i+1是非原子型的...