pthreads
PHP Manual

The Cond class

(PECL pthreads < 3.0.0)

Introduction

Warning

The Cond class has been removed in pthreads v3.

The static methods contained in the Cond class provide direct access to Posix Condition Variables.

Class synopsis

Cond {
/* Methods */
final public static bool broadcast ( int $condition )
final public static int create ( void )
final public static bool destroy ( int $condition )
final public static bool signal ( int $condition )
final public static bool wait ( int $condition , int $mutex [, int $timeout ] )
}

Table of Contents


pthreads
PHP Manual