- 0
- 0
- 约4.56千字
- 约 26页
- 2020-07-19 发布于湖北
- 举报
Chapter 4: Multithreaded Programming Overview Thread (lightweight process, LWP) a basic unit of CPU utilization It comprises a thread ID, a program counter, a register set, and a stack. It shares with other threads belong to the same process its code section, data section, and other OS resources. Process (heavyweight process) single thread of control Single and Multithreaded Processes Motivation Multithreaded: Web browser retrieves data from the network display images or text Word processor display graphics read keystrokes from the user perform spelling and grammar checking in the background
原创力文档

文档评论(0)