- Mastering C++ Multithreading
- Maya Posch
- 65字
- 2021-07-15 17:34:04
Thread local storage
Thread local storage (TLS) with Windows threads is similar to Pthreads in that a central key (TLS index) has to be created first after which individual threads can use that global index to store and retrieve local values.
Like with Pthreads, this involves a similar amount of manual memory management, as the TLS value has to be allocated and deleted by hand.
推薦閱讀
- Mastering Ember.js
- Visual C++數字圖像模式識別技術詳解
- Implementing Cisco Networking Solutions
- Hands-On C++ Game Animation Programming
- Learning Python Design Patterns
- Mastering jQuery Mobile
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)
- Python編程入門(第3版)
- Building Clouds with Windows Azure Pack
- JavaScript Unit Testing
- Learning Redux
- HTML5程序設計基礎教程
- Kotlin程序員面試算法寶典
- Swift iOS Programming for Kids
- C語言學習手冊