Cond::createCreate a Condition Warnung
The Cond class has been removed in pthreads v3. Beschreibung
final
public
static
long
Cond::create
( void
)
Creates a new Condition Variable for the caller. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteA handle to a Condition Variable Beispiele
Beispiel #1 Condition Creation and Destruction
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: int(4540682) |