Go to main content

Multithreaded Programming Guide

Exit Print View

Updated: March 2019
 
 
Chapter 2

Basic Threads Programming

This chapter introduces the basic threads programming routines for POSIX threads. This chapter describes default threads, or threads with default attribute values, which are the kind of threads that are most often used in multithreaded programming. This chapter explains how to create and use threads with nondefault attributes.