文件名称:3-1
介绍说明--下载内容均来自于网络,请自行研究使用
进程的同步与通信
多线程编程中关键的一步是保护所有的共享资源,工具主要有互锁函数、临界区和互斥信号量等;另一个实质性部分是协调线程使其完成应用程序的任务,为此,可利用内核中的事件对象和信号。-Process Synchronization and Communication
Multi-threaded programming is a key step in the protection of all of the shared resources, tools, mainly interlock function, the critical areas and mutex semaphores, etc. the other is to coordinate the substantive part of the application thread to complete its task, this could be the use of kernel event object and signal.
多线程编程中关键的一步是保护所有的共享资源,工具主要有互锁函数、临界区和互斥信号量等;另一个实质性部分是协调线程使其完成应用程序的任务,为此,可利用内核中的事件对象和信号。-Process Synchronization and Communication
Multi-threaded programming is a key step in the protection of all of the shared resources, tools, mainly interlock function, the critical areas and mutex semaphores, etc. the other is to coordinate the substantive part of the application thread to complete its task, this could be the use of kernel event object and signal.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
3-1.cpp