nlib
threading Directory Reference
+ Directory dependency graph for threading:

Files

file  AsyncFileIo.h [code]
 Implements a class to asynchronously read and write to a file.
 
file  Barrier.h [code]
 Implements a mechanism to handle multiple thread executions.
 
file  CondVar.h [code]
 Implements a conditional variable.
 
file  CondVarFallback.h [code]
 
file  CriticalSection.h [code]
 Implements mutex, reentrant timeout mutex, and reentrant mutex.
 
file  Future.h [code]
 Implements the Future pattern for multithread programming.
 
file  LimitedSharedPtr.h [code]
 
file  manual_en.h [code]
 
file  Semaphore.h [code]
 Defines a semaphore.
 
file  SharedCriticalSection.h [code]
 Conditional variables for read locks and write locks are implemented.
 
file  Thread.h [code]
 Defines the thread.
 
file  threading.h [code]
 Including threading.h allows for the use of thread-related classes and functions.
 
file  ThreadPool.h [code]
 Defines a thread pool.
 
file  Tls.h [code]
 Defines TLS.