Base Framework
|
Classes | |
class | ApplicationSynchronize |
class | AtomicCounter< TYPE > |
Atomic counter. More... | |
class | Barrier |
Barrier synchronization object. More... | |
class | BarrierException |
Barrier synchronization object exception. More... | |
class | Event |
Event signaling mechanism. More... | |
class | EventException |
Event exception. More... | |
class | ExclusiveSynchronize< GUARD > |
Exclusive synchronization. More... | |
class | Lock |
Lock interface. More... | |
class | LockException |
Lock exception. More... | |
class | MutualExclusion |
Mutual exclusion synchronization object. More... | |
class | MutualExclusionException |
Mutual exclusion exception. More... | |
class | NISpinLock |
Spin lock (non-inlined) More... | |
class | Once |
Once synchronization object. More... | |
class | Process |
Process. More... | |
class | Process::ProcessException |
Exception raised by Process. More... | |
class | ReadWriteLock |
Read-write synchronization object. More... | |
class | ReadWriteLockException |
Read write lock exception. More... | |
class | ReadWriteSpinLock |
Read-write synchronization object. More... | |
class | RecursiveMutualExclusion |
Recursive mutual exclusion synchronization object. More... | |
class | RecursiveSpinLock |
Recursive spin lock. More... | |
class | Runnable |
Base class of active objects. More... | |
class | Semaphore |
Semaphore synchronization object. More... | |
class | SemaphoreException |
Semaphore exception. More... | |
class | SharedSynchronize< GUARD > |
Shared synchronization. More... | |
class | SingleExclusiveSynchronize< GUARD > |
Exclusive synchronization. More... | |
class | SpinLock |
Spin lock (fast). More... | |
class | Synchronize< LOCK > |
A stack based wrapper of a synchronize able class. More... | |
class | Unsafe |
Select no synchronization. More... | |
class | Synchronizeable< LOCK > |
Wrapper for a synchronization object. More... | |
class | Thread |
Thread. More... | |
class | Thread::ThreadException |
Thread exception. More... | |
class | Thread::Self |
Exception raised by Thread. More... | |
class | ThreadKeyImpl::ThreadKeyException |
Thread key exception. More... | |
class | ThreadKey< TYPE > |
Thread local variable. More... | |
class | ThreadPool |
Thread pool maintainer. More... | |
class | ThreadPool::ThreadPoolException |
Thread pool exception. More... | |