04 2012 档案

摘要:1. 修改__build_installer.bat: c:\python\python.exe setup.py bdist_wininst --bitmap=logos\installer.bmp --title=PaiMei 改为 c:\python27\python.exe setup.py bdist_wininst --bitmap=logos\installer.bmp --t... 阅读全文
posted @ 2012-04-16 15:12 Fan Zhang 阅读(1207) 评论(0) 推荐(0)
摘要:BTS 指令,一般用在自旋锁上或者类似概念。自旋锁核心操作就是InterlockedBitTestAndSet。 InterlockedBitTestAndSet有两种实现: 1. ReactOS方法 static __inline__ BOOLEAN InterlockedBitTestAndSet(IN LONG volatile *Base, ... 阅读全文
posted @ 2012-04-12 17:04 Fan Zhang 阅读(4979) 评论(0) 推荐(1)