- Mastering C++ Multithreading
- Maya Posch
- 42字
- 2021-07-15 17:34:01
Mutual exclusion implementations
Mutual exclusion is the principle which underlies thread-safe access of data within a multithreaded application. One can implement this both in hardware and software. The mutual exclusion (mutex) is the most elementary form of this functionality in most implementations.
推薦閱讀
- Advanced Splunk
- Web程序設計及應用
- Mastering AWS Lambda
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- JMeter 性能測試實戰(第2版)
- Apache Spark 2.x for Java Developers
- Microsoft Dynamics AX 2012 R3 Financial Management
- 時空數據建模及其應用
- Red Hat Enterprise Linux Troubleshooting Guide
- Building Serverless Web Applications
- Troubleshooting Citrix XenApp?
- Oracle實用教程
- 算法圖解
- 深度學習入門:基于Python的理論與實現
- Mastering Object:Oriented Python(Second Edition)