文件名称:sx
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:13.54kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
操作系统中进程同步的问题,生产者-消费者模型的代码
在同一个进程地址空间内执行的两个线程。生产者线程生产物品,
然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线
程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物
品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者
线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有
满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出
来。
-Operating systems process synchronization problem, producers-consumer model code
In the same process within the address space of the two threads. Producers thread production items,
Then things placed on a empty buffer for consumers to thread consumption. Consumer line
Cheng gain items from buffer, and then release buffer. When producers thread production content
Product, if not empty buffer can be used, then producers have to wait for the consumer thread
Thread release a empty buffer. When consumer spending items thread, if not
Full buffer, so consumer thread will be blocked, until a new item to be produced
To.
在同一个进程地址空间内执行的两个线程。生产者线程生产物品,
然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线
程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物
品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者
线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有
满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出
来。
-Operating systems process synchronization problem, producers-consumer model code
In the same process within the address space of the two threads. Producers thread production items,
Then things placed on a empty buffer for consumers to thread consumption. Consumer line
Cheng gain items from buffer, and then release buffer. When producers thread production content
Product, if not empty buffer can be used, then producers have to wait for the consumer thread
Thread release a empty buffer. When consumer spending items thread, if not
Full buffer, so consumer thread will be blocked, until a new item to be produced
To.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
生产者-消费者代码.docx
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.