pthreads
- Introduction
- Installation/Configuration
- Constantes pré-définies
- Thread — La classe Thread
- 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
- Worker — La classe Worker
- Worker::getCreatorId — Identification
- Worker::getStacked — Analyse de pile
- Worker::getThreadId — Identification
- Worker::isShutdown — Détection de statut
- Worker::isWorking — Détection de statut
- Worker::run — Exécution
- Worker::shutdown — Synchronisation
- Worker::stack — File d'attente
- Worker::start — Exécution
- Worker::unstack — File d'attente
- Stackable — La classe Stackable
- Stackable::isRunning — Détection de statut
- Stackable::isTerminated — Détection du statut
- Stackable::isWaiting — Détection de statut
- Stackable::lock — Synchronisation
- Stackable::notify — Synchronisation
- Stackable::run — Exécution
- Stackable::synchronized — Synchronisation
- Stackable::unlock — Synchronisation
- Stackable::wait — Synchronisation
- Modificateurs — Modificateurs de méthodes
- 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