Open In App

Stages of Multi-threaded Architecture in OS

Prerequisite – Multi-threaded Architectures The implementation of threads in the multithreaded model is divided into various stages, each of which performs a unique function. The various execution stages of every thread and the relationship between every thread are shown as follows: 

1. Continuation Stage:



2. Target-Store-Address-Generation Stage:

3. Computation Stage:



4. Write-Back Stage:

Advantages of using Multi-threaded Architecture in Operating Systems:

Disadvantages of using Multi-threaded Architecture in Operating Systems:

Article Tags :