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