- 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.
推薦閱讀
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- Software Defined Networking with OpenFlow
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- 編寫高質量代碼:改善Python程序的91個建議
- NumPy Essentials
- 基于差分進化的優化方法及應用
- Reactive Programming With Java 9
- 微信小程序開發解析
- Learning Python Design Patterns
- Mastering Apache Maven 3
- 0 bug:C/C++商用工程之道
- Bootstrap for Rails
- Oracle數據庫編程經典300例
- Java程序設計基礎(第6版)
- C語言程序設計實踐