xuwenping / spexamples

Automatically exported from code.google.com/p/spexamples
0 stars 0 forks source link

无锁编程中的swmr_dlist_find与swmr_dlist_insert 读写之间没有严格的互斥呀! #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
如果一个线程读的是旧的索引,被抢占了,另一个线程修改��
�的索引的时候读旧索引的线程

被唤醒了,那么不就没有达到互斥的效果了吗?

Original issue reported on code.google.com by happy_...@163.com on 7 Oct 2011 at 2:29