pthread Tutorial
简短的pthread手册,英文。 Contents 1 Introduction 2 2 Creating and Destroying Threads 3 2.1 Creating Threads . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2.2 Returning Results from Threads . . . . . . . . . . . . . . . . . . 5 3 Thread Synchronization 8 3.1 Mutual Exclusion . . . . . . . . . . . .