Home | C-Bits Package Documentation | Project Page |
cbits::CallbackTimer | A timer object that invokes a user-supplied callback when it expires |
cbits::CallbackTimer_PTHREAD | PTHREADS implementation of the cbits::CallbackTimer class |
cbits::CallbackTimer_WIN32 | Win32 implementation of cbits::CallbackTimer class |
cbits::CallbackTimerException | Exception class for cbits::CallbackTimer |
cbits::CallbackTimerListener | Callback interface for use with cbits::CallbackTimer |
cbits::ResourceLock | A lockable object used to synchronize multithreaded access to sensitive resources |
cbits::ResourceLock_PTHREAD | PTHREAD implementation of the ResourceLock class |
cbits::ResourceLock_WIN32 | Win32 implementation of the ResourceLock class |
cbits::Runnable | Thread client execution object |
cbits::SignalObject | Used by an event producer to notify event consumers of the occurrence of a significant event |
cbits::SignalObject_PTHREAD | |
cbits::SignalObject_WIN32 | |
cbits::TempLock< Lockable > | Template class for automatically locking/unlocking an embedded object |
cbits::Thread | Portable OO thread abstraction |
cbits::Thread_PTHREAD | PTHREAD implementation of the cbits::Thread class |
cbits::Thread_WIN32 | Win32 implementation of the cbits::Thread class |
cbits::ThreadException | Exception class for cbits::Thread |
|
|