[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 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.

Threads Programming Overview.

Threads Library Quick Reference.


[ Previous | Next | Contents | Glossary | Home | Search ]