生产者消费者模型模版
摘要:
#include #include #include pthread_cond_t notEmpty=PTHREAD_COND_INITIALIZER;pthread_cond_t notFull =PTHREAD_COND_INITIALIZER;pthread_mutex_t mutex =P... 阅读全文
posted @ 2015-11-15 12:28 reedlau 阅读(289) 评论(0) 推荐(0)
posted @ 2015-11-15 12:28 reedlau 阅读(289) 评论(0) 推荐(0)