Wefts::Barrier | Programmable fence object |
Wefts::Cond | Class implementing a condition variable |
Wefts::Counter | Syncrhonizable counter |
Wefts::FastCondition | Fast mutex + condition structure wrapper |
Wefts::MoaningThread | A thread subclass supporting an arbitrary number of joiners |
Wefts::Mutex | Implements a very fast, non reentrant mutex |
Wefts::RCondition | Reentrant mutex + condition structure wrapper |
Wefts::Referenced | Shared object between threads implementing reference count and self-cancelation |
Wefts::RMutex | This is a reentrant mutex with spinlock |
Wefts::RRWMutex | This is an advanced (and fully reentrant) read/write mutex |
Wefts::RWMutex | This is a read/write mutex |
Wefts::Subscription | Subscribe/notify model abstraction |
Wefts::Thread | Implements the abstraction of a thread |