This is the complete list of members for sptk::WorkerThread, including all inherited members.
execute(const SRunable &task) | sptk::WorkerThread | |
id() const | sptk::Thread | |
Id typedef | sptk::Thread | |
join() | sptk::Thread | virtual |
name() const | sptk::Thread | inline |
onThreadExit() | sptk::Thread | inlinevirtual |
run() | sptk::Thread | virtual |
running() const | sptk::Thread | |
sleep_for(std::chrono::milliseconds interval) | sptk::Thread | virtual |
sleep_until(const DateTime ×tamp) | sptk::Thread | virtual |
terminate() override | sptk::WorkerThread | virtual |
terminated() | sptk::Thread | virtual |
Thread(const String &name, const std::shared_ptr< ThreadManager > &threadManager=nullptr) | sptk::Thread | explicit |
threadFunction() override | sptk::WorkerThread | protectedvirtual |
WorkerThread(const SThreadManager &threadManager, SynchronizedQueue< SRunable > &queue, ThreadEvent *threadEvent=nullptr, std::chrono::milliseconds maxIdleTime=std::chrono::seconds(3600)) | sptk::WorkerThread | |
~Thread() | sptk::Thread | virtual |
~WorkerThread() noexcept override=default | sptk::WorkerThread |