Jiwu Bu

  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  32 随笔 :: 0 文章 :: 25 评论 :: 0 Trackbacks

2009年11月8日 #

     摘要: 常常需要使用pthread_mutex线程同步,每次都要使用pthread_mutex_init, pthread_mutex_lock, pthread_unlock, pthread_mutex_destroy这几个函数,干脆封装一下,以便以后重用。  阅读全文
posted @ 2009-11-08 20:57 bujiwu 阅读(3923) | 评论 (0)编辑 收藏

     摘要: 进程间通讯--System V 共享内存  阅读全文
posted @ 2009-11-08 09:39 bujiwu 阅读(456) | 评论 (0)编辑 收藏