Modern Multithreading is a textbook and professional reference on concurrent programming. The book describes fundamental concepts and the various concurrency constructs supported by operating systems and programming languages. Covering semaphores, locks, monitors, and message passing, the book emphasizes using these constructs to solve concurrent programming problems, an addressing testing and debugging issues that must be dealt with by every concurrent programmer.