Multithreaded Programming Guide

Exit Print View

Updated: July 2014
 
 

Using Condition Variables

This section explains how to use condition variables. Table 4–5 lists the functions that are available.

Table 4-5  Condition Variables Functions
Operation
Related Function Description
Initialize a condition variable
Block on a condition variable
Unblock a specific thread
Block until a specified time
Block for a specified interval
Unblock all threads
Destroy condition variable state