CppELib 1.7.0
Loading...
Searching...
No Matches
OSWrapper::ThreadPool Member List

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::ThreadPoolstatic
destroy(ThreadPool *p)OSWrapper::ThreadPoolstatic
getThreadName() constOSWrapper::ThreadPool
getUncaughtExceptionHandler() constOSWrapper::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