Multithreading_Programming_-_Thread_Synchronization_c++

qq_48348 37 0 PDF 2019-04-17 08:04:28

In the last chapter, we described several synchronization objects for multithreaded programming. For correct concurrent programs, multiple threads of execution must be synchronized to protect the integrity of shared data. In this chapter, we illustrate basic synchronization techniques using some classic concurrency problems of produ cer-consumer, bounded-buffer, and readers-writers. cer-consumer, bounded-buffer, and readers-writers.

用户评论
请输入评论内容
评分:
暂无评论