CppELib 1.7.0
|
This is the complete list of members for OSWrapper::ThreadPool, including all inherited members.
create(std::size_t maxThreads, std::size_t stackSize=0U, int defaultPriority=Thread::getNormalPriority(), const char *threadName="") | OSWrapper::ThreadPool | static |
destroy(ThreadPool *p) | OSWrapper::ThreadPool | static |
getThreadName() const | OSWrapper::ThreadPool | |
getUncaughtExceptionHandler() const | OSWrapper::ThreadPool | |
setUncaughtExceptionHandler(Thread::UncaughtExceptionHandler *handler) | OSWrapper::ThreadPool | |
start(Runnable *task, WaitGuard *waiter=0, int priority=Thread::INHERIT_PRIORITY) | OSWrapper::ThreadPool | |
timedStart(Runnable *task, Timeout tmout, WaitGuard *waiter=0, int priority=Thread::INHERIT_PRIORITY) | OSWrapper::ThreadPool | |
tryStart(Runnable *task, WaitGuard *waiter=0, int priority=Thread::INHERIT_PRIORITY) | OSWrapper::ThreadPool |