摘要: 1,封装pthread thread.h class Thread { public: Thread() : mRunning(false),mPriority(PRIORITY_NOT_SET) { } virtual ~Thread(); bool start(char* name); bool 阅读全文
posted @ 2020-12-03 13:53 maxiongying 阅读(128) 评论(0) 推荐(0)