study_os_l3


"/home/yossef/notes/Su/os/study_os_l3.md"

path: Su/os/study_os_l3.md

- **fileName**: study_os_l3
- **Created on**: 2025-04-05 19:22:18

What is threads?

It's the basic units for cpu utilization , it's have PC, Register, ID and stack

Comparison of Processes and Threads

Process:

Thread:

relationship between user threads and Kernel threads.

What is benefits of threading?

What is thread library?

Provides programmer with API for creating and managing threads

what is the two primary ways of thread library?

What is thread issues?

Terminating a thread before it has finished

Two general approaches: