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::getTerminationInfo
— Error Detection
Threaded::isRunning
— State Detection
Threaded::isTerminated
— State Detection
Threaded::isWaiting
— State Detection
Threaded::lock
— Synchronization
Threaded::merge
— Manipulation
Threaded::notify
— Synchronization
Threaded::pop
— Manipulation
Threaded::run
— Execution
Threaded::shift
— Manipulation
Threaded::synchronized
— Synchronization
Threaded::unlock
— Synchronization
Threaded::wait
— Synchronization
Thread
— La classe Thread
Thread::detach
— Execution
Thread::getCreatorId
— Identification
Thread::getCurrentThread
— Identification
Thread::getCurrentThreadId
— Identification
Thread::getThreadId
— Identification
Thread::globally
— Execution
Thread::isJoined
— Détection de statut
Thread::isStarted
— Détection de statut
Thread::join
— Synchronisation
Thread::kill
— Execution
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
Modificateurs
— Modificateurs de méthodes
Pool
— La classe Pool
Pool::collect
— Collect references to completed tasks
Pool::__construct
— Creates a new Pool of Workers
Pool::resize
— Resize the Pool
Pool::shutdown
— Shutdown all Workers
Pool::submit
— Submits an object for execution
Pool::submitTo
— Submits an object for execution
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