文件名称:semaphore
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 14kb
- 下载次数:
- 0次
- 提 供 者:
- ea***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
The shared memory has three character buffers, which are used to store a small letter, a capital letter, and a digit respectively. These buffers are logically independent. This program have some writer and reader threads. The writer threads are responsible for producing characters into the buffers (the writer should write to the standard output what it just wrote to the buffer), whereas the reader threads consume the characters by printing them out to the standard output. Each time a reader thread consumes a character, it prints out the character followed by a new line character. After creating all the running threads, the original process (in the form of a system-created default thread) idle forever. All the spawned threads should run forever.
相关搜索: letter
(系统自动生成,下载前可以参看下载内容)
下载文件列表
osp2\a.out
....\consumer.c
....\consumer.h
....\consumer.o
....\main.c
....\main.o
....\mainproj
....\producer.c
....\producer.o
....\proj2.c
....\ReadMe.txt
osp2
....\consumer.c
....\consumer.h
....\consumer.o
....\main.c
....\main.o
....\mainproj
....\producer.c
....\producer.o
....\proj2.c
....\ReadMe.txt
osp2