Classes | |
class | SyncGuard |
class | Mutex |
class | Semaphore |
class | ManualResetEvent |
class | Guard |
This is used to lock a mutex. More... | |
class | AbstractThread |
There are many cross-platform C++ Threading libraries. More... | |
Namespaces | |
namespace | detail |
Typedefs | |
typedef SyncGuard< Mutex > | MutexGuard |
typedef SyncGuard< Semaphore > | SemaphoreGuard |
typedef helpers::SharedObjectPtr< AbstractThread > | AbstractThreadPtr |
Functions | |
LOG4CPLUS_EXPORT void | blockAllSignals () |
LOG4CPLUS_EXPORT tstring | getCurrentThreadName () |