- Mastering C++ Multithreading
- Maya Posch
- 28字
- 2021-07-15 17:34:04
Synchronization
With Windows threads, mutual exclusion and synchronization can be accomplished using critical sections, mutexes, semaphores, slim reader/writer (SRW) locks, barriers, and variations.
Synchronization objects include the following:
