La classe Thread
(PECL pthreads >= 0.34)
Introduction
Une implémentation d'un Thread doit étendre cette déclaration et implémenter la méthode run. Lorsque la méthode start de cet objet est appelée, le code de la méthode run sera exécuté dans un Thread séparé.
Synopsis de la classe
Thread
{
/* Méthodes */
}Sommaire
- Thread::getCreatorId — Identification
- Thread::getThreadId — Identification
- Thread::isJoined — Détection de statut
- Thread::isRunning — Détection de statut
- Thread::isStarted — Détection de statut
- Thread::isTerminated — Détection du statut
- Thread::isWaiting — Détection de statut
- Thread::join — Synchronisation
- Thread::lock — Synchronisation
- Thread::notify — Synchronisation
- Thread::run — Exécution
- Thread::start — Exécution
- Thread::synchronized — Synchronisation
- Thread::unlock — Synchronisation
- Thread::wait — Synchronisation