Php/docs/class.cond

From Get docs

(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 broadcast ( int $condition ) : bool

final public static create ( ) : 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

}

Table of Contents