The Cond class
(PECL pthreads < 3.0.0)
はじめに
警告
The Cond class has been removed in pthreads v3.
The static methods contained in the Cond class provide direct access to Posix Condition Variables.
クラス概要
Cond
{
/* メソッド */
}目次
- 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