System call Flashcards

1
Q

Explain threads and how they effect process and transition states.

A

A thread is a single, distinct set of instructions that execute sequentially within a process, and all processes therefore have at least one thread that starts when the process starts.
e.g. process will not need to block as often, more efficient use of the CPU by the process, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly