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

General Programming Concepts:
Writing and Debugging Programs

Scheduling Overview

Threads are a 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.

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