Google: Difference between revisions

Line 158:
Context switching needs to be extremely fast in general ... if it was slow then your CPU could begin to spend more time switching between processes than actually performing meaningful work when several processes are running concurrently.
Register access is nearly instantaneous.
 
 
= Topics 2 =
 
* Semaphores
* Mutex
* Threads