downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Cond::broadcast> <Mutex::unlock
[edit] Last updated: Fri, 24 May 2013

view this page in

La classe Cond

(No version information available, might only be in SVN)

Introduction

Les méthodes statiques contenues dans la classe Cond fournissent un accès direct aux variables de condition Posix.

Synopsis de la classe

Cond {
/* Méthodes */
final public static boolean broadcast ( long $condition )
final public static long create ( void )
final public static boolean destroy ( long $condition )
final public static boolean signal ( long $condition )
final public static boolean wait ( long $condition , long $mutex [, long $timeout ] )
}

Sommaire



add a note add a note User Contributed Notes Cond - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites