[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs

Chapter 11. Threads Programming Guidelines

The following information provides guidelines for writing multi-threaded programs using the threads library (libpthreads.a). The AIX threads library is based on the emerging POSIX 1003.1c standard. For this reason, the following information presents the threads library as the AIX implementation of the POSIX standard.

If you want to learn how to write programs using multiple threads, you should read the topics in sequential order. If you are looking for specific information, choose one of the following topics:

You will also find a quick reference on the threads library.

Related Information

Parallel Programming introduces major concepts concerning threads.

Programming on Multiprocessor Systems highlights specific problems when writing programs for symetric multiprocessor systems.

Subroutines Overview.


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