SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Legacy Directory Reference

Files

file  AtomicCounter.h [code]
 
file  AtomicCounter_default.cc
 
file  Barrier.h [code]
 
file  Barrier_default.cc
 
file  CleanupManager.cc
 
file  CleanupManager.h [code]
 
file  ConditionVariable.h [code]
 
file  CrowdMonitor.h [code]
 Multiple reader/single writer locks.
 
file  CrowdMonitor_default.cc
 
file  CrowdMonitor_pthreads.cc
 
file  FutureValue.h [code]
 Delayed return values.
 
file  Guard.cc
 
file  Guard.h [code]
 Automatically lock/unlock a mutex or crowdmonitor.
 
file  Mailbox.h [code]
 Threadsafe FIFO.
 
file  Mutex.h [code]
 
file  MutexPool.cc
 
file  MutexPool.h [code]
 
file  Parallel.h [code]
 
file  Parallel1.h [code]
 Automatically instantiate several threads, with 1 argument.
 
file  Parallel2.h [code]
 Automatically instantiate several threads, with 2 arguments.
 
file  Parallel3.h [code]
 
file  Parallel4.h [code]
 Automatically instantiate several threads, with 4 arguments.
 
file  ParallelBase.cc
 
file  ParallelBase.h [code]
 Helper class to instantiate several threads.
 
file  RecursiveMutex.h [code]
 
file  RecursiveMutex_default.cc
 
file  Reducer.h [code]
 A barrier with reduction operations.
 
file  Runnable.cc
 
file  Runnable.h [code]
 
file  Semaphore.h [code]
 
file  share.h [code]
 
file  SimpleReducer.cc
 
file  SimpleReducer.h [code]
 A barrier with reduction operations.
 
file  Thread.cc
 
file  Thread.h [code]
 The thread class.
 
file  Thread_none.cc
 
file  Thread_pthreads.cc
 Posix threads implementation of the thread library.
 
file  Thread_unix.cc
 
file  Thread_unix.h [code]
 Header file for utiity functions for unix versions of the thread class.
 
file  Thread_win32.cc
 
file  ThreadError.cc
 
file  ThreadError.h [code]
 Exception class for unusual errors in the thread library.
 
file  ThreadGroup.cc
 
file  ThreadGroup.h [code]
 A set of threads.
 
file  ThreadLock.cc
 
file  ThreadLock.h [code]
 Mutex that is lockable multiple times within the same thread.
 
file  ThreadPool.cc
 
file  ThreadPool.h [code]
 
file  Time.h [code]
 Utility class for dealing with time.
 
file  Time_unix.cc
 Generic unix implementation of the Time class.
 
file  Time_win32.cc
 
file  UsedWithLockingHandle.h [code]
 
file  WorkQueue.cc
 
file  WorkQueue.h [code]