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

Scheduling Overview

Threads are the schedulable entity. The threads library provides several facilities to handle and control the scheduling of threads. It also provides facilities to control the scheduling of threads during synchronization operations such as locking a mutex.

The following information will help you in using the scheduling facilities:

Related Information

Thread Programming Concepts.

Threads Programming Overview.

Threads Library Quick Reference.


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