摘要:
#ifndef _PTHREAD_WRAP_H#define _PTHREAD_WRAP_H#include class hm_pthread_mutex{public: hm_pthread_mutex() { pthread_mutex_init(&m_mutex, 0); } ~hm_pth... 阅读全文
posted @ 2014-10-20 10:47 浮萍晓生 阅读(716) 评论(0) 推荐(0)
|
||
摘要:
#ifndef _PTHREAD_WRAP_H#define _PTHREAD_WRAP_H#include class hm_pthread_mutex{public: hm_pthread_mutex() { pthread_mutex_init(&m_mutex, 0); } ~hm_pth... 阅读全文
posted @ 2014-10-20 10:47 浮萍晓生 阅读(716) 评论(0) 推荐(0) |
||