2015年10月22日

WaitForMultipleObjects 使用的时候需要注意的一点

摘要: 看《windows核心编程》看到WaitForMultipleObjects,于是想写个小demo实现线程报数的功能,遂写下如下代码:#include "stdafx.h"#include #include #include CRITICAL_SECTION g_cs;volatile long g... 阅读全文

posted @ 2015-10-22 14:38 wenxinzhou 阅读(510) 评论(0) 推荐(0)

导航