Home Tags Context switch

Tag: context switch

Light-Weight Processes: Dissecting Linux Threads

5
This article, aimed at Linux developers and students of computer science, explores the fundamentals of threads and their implementation in Linux with Light-Weight Processes,...

Handling Interrupts

0
In my last article, we explored the concept of interrupts and how they catch the CPU's attention. In this article, we will look at...