2017年12月15日

CPP线程的停止与回收

摘要: 1 #define _CRT_SECURE_NO_WARNINGS /* VS2013,2015需要这一行 */ 2 #include 3 4 #include "osapi/osapi.h" 5 6 // 定义一个类 7 class Buddhist : public OS_Thread 8 { 9 public: 10 int Start() //封装线程开... 阅读全文

posted @ 2017-12-15 23:39 Doctor_uee 阅读(358) 评论(0) 推荐(0)

导航