SpartacusIn21

专注:c++,python,d3d,设计模式,人工智能,并行计算

2017年5月17日 #

Interlocked原子函数陷阱

摘要: 一、问题 windows api函数中提供了InterlockedExchange、InterlockedDecrement, InterlockedIncrement, ExInterlockedAddLargeInteger, ExInterlockedAddUlong等原子访问函数,在众多线程 阅读全文

posted @ 2017-05-17 21:28 SpartacusIn21 阅读(1542) 评论(0) 推荐(0) 编辑

windows调试工具列表

摘要: 摘自windbg帮助文档(windbg中输入.hh): (安装WinDbg后这些工具都会安装在目录C:\Program Files (x86)\Debugging Tools for Windows (x86)下) 使用windbg如果想调试内核文件,需要加入windows的在线pdb数据库路径SR 阅读全文

posted @ 2017-05-17 14:26 SpartacusIn21 阅读(953) 评论(0) 推荐(0) 编辑

导航