Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Kamran Ahmed 17aa1ae88d Add content for CPU processes and threads 2 years ago
..
100-process-forking.md Add content for CPU processes and threads 2 years ago
101-memory-management.md Add content for CPU processes and threads 2 years ago
102-lock-mutex-semaphore.md Add content for CPU processes and threads 2 years ago
103-concurrency-in-multiple-cores.md Add content for CPU processes and threads 2 years ago
103-scheduling-algorithms.md Add content for CPU processes and threads 2 years ago
104-cpu-interrupts.md Add content for CPU processes and threads 2 years ago
105-processes-vs-threads.md Add content for CPU processes and threads 2 years ago
readme.md Add content for CPU processes and threads 2 years ago

readme.md

Processes and Threads

Processes and threads are the basic building blocks of a computer program. They are the smallest units of execution in a program. A process is an instance of a program that is being executed. A thread is a sequence of instructions within a process that can be executed independently of other code.

Free Content What's the difference between Process and a Thread? Operating Systems and System Programming