- Mastering C++ Multithreading
- Maya Posch
- 104字
- 2021-07-15 17:34:01
Summary
In this chapter, we saw how processes and threads are implemented both in operating systems and in hardware. We also looked at various configurations of processor hardware and elements of operating systems involved in scheduling to see how they provide various types of task processing.
Finally, we took the multithreaded program example of the previous chapter, and ran through it again, this time considering what happens in the OS and processor while it is being executed.
In the next chapter, we will take a look at the various multithreading APIs being offered via OS and library-based implementations, along with examples comparing these APIs.
推薦閱讀
- Learning LibGDX Game Development(Second Edition)
- C++案例趣學(xué)
- Moodle Administration Essentials
- 算法訓(xùn)練營:入門篇(全彩版)
- Instant Zepto.js
- Vue.js 3.x從入門到精通(視頻教學(xué)版)
- 青少年美育趣味課堂:XMind思維導(dǎo)圖制作
- C語言程序設(shè)計(jì)立體化案例教程
- Data Analysis with Stata
- RabbitMQ Cookbook
- Apache Kafka Quick Start Guide
- RealSenseTM互動(dòng)開發(fā)實(shí)戰(zhàn)
- 微前端設(shè)計(jì)與實(shí)現(xiàn)
- Visual C++程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- C語言程序設(shè)計(jì)教程