会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
DoubleLi
qq: 517712484 wx: ldbgliet
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2014年6月30日
基于Boost的数据处理器及线程安全类和信号量
摘要: http://download.csdn.net/download/great3779/3998262
阅读全文
posted @ 2014-06-30 15:47 DoubleLi
阅读(471)
评论(0)
推荐(0)
boost 轻量级信号量
摘要: #include #include #include #include class semaphore{unsigned int count_;boost::mutex mutex_;boost::condition_variable condition_;public:explicit sema...
阅读全文
posted @ 2014-06-30 15:39 DoubleLi
阅读(4440)
评论(0)
推荐(1)