文件名称:经典的互斥锁线程例子
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [Linux] [C/C++] [源码]
- 上传时间:
- 2015-01-16
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- zju***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
经典的互斥锁线程例子,使用 pthread 的互斥锁机制,使得程序运行的结果正确,使用 pthread 线程库创建两个线程,两个线程都要访问共享变量counter,按照源程序的逻辑,两个线程各循环 5 次,每次循环对 counter 变量加 1,最后打印的结果是 10。-The classic example of mutex thread using pthread mutex lock mechanism, so that the results of the program is running correctly, use pthread threading library to create two threads, two threads must access a shared variable counter, according to the source logic, two threads each cycle five times, each time adding a circulation of counter variables, the results of the final print is 10.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
416950681.tar