__cancellation() | ibrcommon::LogWriter | protectedvirtual |
__execute__(void *obj) | ibrcommon::Thread | protectedstatic |
_detached | ibrcommon::Thread | protected |
_state | ibrcommon::Thread | protected |
addStream(std::ostream &stream, const unsigned char logmask=Logger::LOGGER_INFO, const unsigned char options=Logger::LOG_NONE) | ibrcommon::LogWriter | |
attr | ibrcommon::Thread | protected |
cancel() | ibrcommon::Thread | protected |
concurrency(int level) | ibrcommon::Thread | protectedstatic |
enableAsync() | ibrcommon::LogWriter | |
enableBuffer(size_t size) | ibrcommon::LogWriter | |
enableSyslog(const char *name, int option, int facility, const unsigned char logmask=Logger::LOGGER_INFO) | ibrcommon::LogWriter | |
equal(pthread_t thread1, pthread_t thread2) | ibrcommon::Thread | protectedstatic |
finally(void) | ibrcommon::Thread | inlineprotectedvirtual |
flush() | ibrcommon::LogWriter | protected |
getDefaultTag() const | ibrcommon::LogWriter | |
getInstance() | ibrcommon::LogWriter | static |
getLogMask() const | ibrcommon::LogWriter | |
getNumberOfProcessors() | ibrcommon::Thread | protectedstatic |
getVerbosity() const | ibrcommon::LogWriter | |
isFinalized() | ibrcommon::Thread | protected |
isRunning(void) | ibrcommon::JoinableThread | inline |
join(void) | ibrcommon::JoinableThread | |
JoinableThread(size_t size=DEFAULT_STACKSIZE) | ibrcommon::JoinableThread | protected |
kill(int sig) | ibrcommon::Thread | protected |
log(Logger &logger) | ibrcommon::LogWriter | |
operator==(const ibrcommon::Thread &other) | ibrcommon::Thread | inlineprotected |
priority | ibrcommon::Thread | protected |
reload() | ibrcommon::LogWriter | |
reset() | ibrcommon::Thread | protected |
run() | ibrcommon::LogWriter | protectedvirtual |
setDefaultTag(const std::string &value) | ibrcommon::LogWriter | |
setLogfile(const ibrcommon::File &logfile, const unsigned char logmask=Logger::LOGGER_INFO, const unsigned char options=Logger::LOG_NONE) | ibrcommon::LogWriter | |
setup(void) | ibrcommon::Thread | inlineprotectedvirtual |
setVerbosity(const int verbosity) | ibrcommon::LogWriter | |
sleep(time_t timeout) | ibrcommon::Thread | protectedstatic |
stack | ibrcommon::Thread | protected |
start(int priority=0) | ibrcommon::JoinableThread | |
stop() | ibrcommon::JoinableThread | |
Thread(size_t stack=DEFAULT_STACKSIZE) | ibrcommon::Thread | protected |
THREAD_CANCELLED enum value | ibrcommon::Thread | protected |
THREAD_CREATED enum value | ibrcommon::Thread | protected |
THREAD_FINALIZED enum value | ibrcommon::Thread | protected |
THREAD_FINALIZING enum value | ibrcommon::Thread | protected |
THREAD_INITIALIZED enum value | ibrcommon::Thread | protected |
THREAD_JOINABLE enum value | ibrcommon::Thread | protected |
THREAD_RUNNING enum value | ibrcommon::Thread | protected |
THREAD_STARTED enum value | ibrcommon::Thread | protected |
THREAD_STATE enum name | ibrcommon::Thread | protected |
tid | ibrcommon::Thread | protected |
writeBuffer(std::ostream &, const unsigned char logmask, const unsigned char options) | ibrcommon::LogWriter | |
yield(void) | ibrcommon::Thread | protectedstatic |
~JoinableThread()=0 | ibrcommon::JoinableThread | pure virtual |
~LogWriter() | ibrcommon::LogWriter | virtual |
~Thread()=0 | ibrcommon::Thread | protectedpure virtual |