Putting the Context Switch to Good Use

We've covered most of the important points in the design and implementation of the thread cluster and associates. However, nothing compares to a few good examples of its use.

The context switcher presented here is robust. It can be used in explicit software calls and in hardware interrupt calls. Thus, it is applicable to both interprocess communication and resource management...



Subsections