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 {
/* メソッド */
final public static broadcast ( int $condition ) : bool
final public static create ( void ) : int
final public static destroy ( int $condition ) : bool
final public static signal ( int $condition ) : bool
final public static wait ( int $condition , int $mutex [, int $timeout ] ) : bool
}

目次