资源列表
ThreadPool
- 线程池,学习线程池可以参考,比较有研究价值。。。 -Thread pool, thread pool can refer to the study, compared with research value. . .
string
- 多线程编程入门实例 本人第一次上传;linux操作系统多线程编程-string program code
The-only-operation
- 实现程序唯一运行,MFC对线程同步的控制。学习MFC线程同步比较有用-To achieve the only program running, MFC control of thread synchronization. More useful to learn MFC thread synchronization
multiThreads
- 多线程的一个简单小程序测试 通过输出不同的符号来观察-A simple multi-threaded through a small program to test the output to observe the different symbols
operation-system-study
- 操作系统的进程、线程的打开与关闭,进程的安全,多线程的实现的文档和源码-Operating system process, thread open and close, process safety, multi-threaded implementation documentation and source code
SimuRWLock
- 通过Mutex封装实现的读写锁类。写锁优先于读锁。如果有写锁在等待,则读锁一直等待,直到写锁获取锁,并释放后才能获取。读锁是共享锁,写锁是独占锁。提供Mutex与临界区两种方式可宏切换实现,Mutex为系统内核对象,速度比较慢,但比较好控制。临界区速度快,但无进入临界区无超时时间,对时间控制不精确。 BOOL ReadLock(int timeout=INFINITE) BOOL TryReadLock(int timeout=INFINITE,BOOL bLock=TRUE)
datasend
- 程序实现了不同进程之间,使用内存进行共享的发送端程序-Program for the different processes, use shared memory, the sender program
processdatarecieve
- 程序实现了不同进程之间的内存共享,并利用内存共享方式实现大数据量的传输,此为接收程序-Program for the memory sharing between different processes, and memory sharing be achieved using a large amount of data transmission, this is the receiving program
20110407-05-_MutexObject
- C++ 创建线程互斥对象的实例源码下载,声明线程函数,创建线程,程序睡眠,释放互斥对象,设置事件对象为无信号状态,生成控制台程序,仅供参考。-C++ to create an instance of the thread mutex source download, declare the thread function, create a thread, the program sleep, release the mutex object, set the event object to n
jahedfilechayekhub
- Synchronization in Multithreaded Applications with MFC
2008A7PS073G.tar
- Operating Systems Threading Problem
LinSocket
- The fork server helps to resolve the multi threading
