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

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

Chapter 11, Threads Programming Guidelines

Threads Library Quick Reference


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