Introduction to Multithreaded Programming
• Blocking Calls
Certain system or library calls may cause an entire process to block while waiting for
the call to complete, thus causing all other threads to stop executing. Chapter 8
discusses blocking in more detail.
124245 Tandem Computers Incorporated 6−5