Linux 下的线程池的源代码。很好用!

源代码在线查看: testthread.cpp

软件大小: 793 K
上传用户: qinghuatong
关键词: Linux 线程 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				#include "TestThread.h"								CTestThread::CTestThread()				{				}								CTestThread::~CTestThread()				{				}								void CTestThread::Run()				{				    printf("Enter into CWorkerThread::Run()\n");				    for(;;)				    {				    	printf("Job is NULL,wait for it\n");					m_WorkCond.Wait(); 				    }				}							

相关资源