操作系统实验模拟生产者消费者问题

xiaolei9834 38 0 ZIP 2018-12-08 23:12:21

操作系统实验模拟生产者消费者问题 PROGRAM NAME: PRODUCER_CONSUMER */ /* This program simulates two processes, producer which */ /* continues to produce message and put it into a buffer */ /* [implemented by PIPE], and consumer which continues to get */ /* message from the buffer and use it. */ /* The program also demonstrates the synchronism between */ /* processes and uses of PIPE.

用户评论
请输入评论内容
评分:
暂无评论