c++ pthread一个小技巧
摘要:
先上代码: void* __thread_new_proc(void *p){ ((GameThread *)p)->run(); return 0;}GameThread::GameThread(){ m_bStop = false;}GameThread::~GameThread(){}i... 阅读全文
posted @ 2014-12-24 10:54 大大世界 阅读(428) 评论(0) 推荐(0) 编辑