TOC What is a thread? Motivations for using threads Kernel threads vs. User threads Compiling a POSIX-threads program POSIX threads primitives Thread creation/termination Thread synchronization - mutexes Thread synchronization - condition variables Thread termination synchronization