system
Introduction
Extensions sur le contrôle des processus
PHP Manual
pthreads
Introduction
Installation/Configuration
Pré-requis
Installation
Configuration à l'exécution
Constantes pré-définies
Threaded
— La classe Threaded
Threaded::chunk
— Manipulation
Threaded::count
— Manipulation
Threaded::extend
— Manipulation pendant l'exécution
Threaded::from
— Création
Threaded::getTerminationInfo
— Détection d'erreur
Threaded::isRunning
— Détection de statut
Threaded::isTerminated
— Détection de statut
Threaded::isWaiting
— Détection de statut
Threaded::lock
— Synchronisation
Threaded::merge
— Manipulation
Threaded::notify
— Synchronisation
Threaded::pop
— Manipulation
Threaded::run
— Exécution
Threaded::shift
— Manipulation
Threaded::synchronized
— Synchronisation
Threaded::unlock
— Synchronisation
Threaded::wait
— Synchronisation
Thread
— La classe Thread
Thread::detach
— Exécution
Thread::getCreatorId
— Identification
Thread::getCurrentThread
— Identification
Thread::getCurrentThreadId
— Identification
Thread::getThreadId
— Identification
Thread::globally
— Exécution
Thread::isJoined
— Détection de statut
Thread::isStarted
— Détection de statut
Thread::join
— Synchronisation
Thread::kill
— Exécution
Thread::start
— Exécution
Worker
— La classe Worker
Worker::getStacked
— Analyse de pile
Worker::isShutdown
— Détection de statut
Worker::isWorking
— Détection de statut
Worker::shutdown
— Synchronisation
Worker::stack
— File d'attente
Worker::unstack
— File d'attente
Collectable
— La classe Collectable
Collectable::isGarbage
— Détermine si un objet a été marqué comme obsolète
Collectable::setGarbage
— Marque un objet comme obsolète
Modificateurs
— Modificateurs de méthodes
Pool
— La classe Pool
Pool::collect
— Collecte les références des tâches achevées
Pool::__construct
— Crée un nouveau Pool de Workers
Pool::resize
— Redimensionne le Pool
Pool::shutdown
— Arrête tous les Workers
Pool::submit
— Soumet un objet pour exécution
Pool::submitTo
— Soumet un objet pour exécution
Mutex
— La classe Mutex
Mutex::create
— Crée un Mutex
Mutex::destroy
— Détruit un Mutex
Mutex::lock
— Acquière un Mutex
Mutex::trylock
— Tente d'acquérir un Mutex
Mutex::unlock
— Libère un Mutex
Cond
— La classe Cond
Cond::broadcast
— Diffuse une condition
Cond::create
— Crée une condition
Cond::destroy
— Détruit une condition
Cond::signal
— Signale une condition
Cond::wait
— Attente d'une condition
system
Introduction
Extensions sur le contrôle des processus
PHP Manual