摘要: 1 #ifndef MUTEX_CLASS_H 2 #define MUTEX_CLASS_H 3 4 class mutex_class 5 { 6 public: 7 mutex_class(); 8 void lock(); 9 void unlock();10 1... 阅读全文
posted @ 2015-05-06 21:43 木白木又寸 阅读(183) 评论(0) 推荐(0) 编辑