The Cond class
(No version information available, might only be in SVN)
Introduction
The static methods contained in the Cond class provide direct access to Posix Condition Variables.
Class synopsis
Cond
{
/* Methods */
}Table of Contents
- Cond::broadcast — Broadcast a Condition
- Cond::create — Create a Condition
- Cond::destroy — Destroy a Condition
- Cond::signal — Signal a Condition
- Cond::wait — Wait for Condition
There are no user contributed notes for this page.
