文件名称:readerwriter
介绍说明--下载内容均来自于网络,请自行研究使用
读者写者问题C++解法,使用互斥信号量,写者线程优先,共有3个读者2个写者-Similar to the barbers problem,the program use semaphore to solve the reader/writer problem.Two semaphores are involved:m_h,db_h,used as a counter and mutex between 2 writers.
Main function create 3 reader thread and 2 writer thread.The writer thread has a higher priority by using SetThreadPriority() function
Main function create 3 reader thread and 2 writer thread.The writer thread has a higher priority by using SetThreadPriority() function
相关搜索: readerwriter
(系统自动生成,下载前可以参看下载内容)
下载文件列表
reader&writer.cpp