[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

General Programming Concepts: Writing and Debugging Programs


Threads Basic Operation Overview

To write a multi-threaded program, it is necessary to understand how to create and terminate threads. Synchronization facilities and scheduling control are not required for a basic usage of threads.

The following information will help you in writing your first multi-threaded program:

Related Information

Understanding Threads

Chapter 11, Threads Programming Guidelines

Threads Library Quick Reference


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]