![]() |
API Documentation
|
This is the complete list of members for ThreadQueue, including all inherited members.
| add(const std::function< void()> &callback) | ThreadQueue | inline |
| CurrentThread() | Thread | static |
| CurrentThreadName() | Thread | static |
| detach() | Thread | |
| forceStop() | Thread | inline |
| isPrimaryThread() const | Thread | |
| isRunning() const | Thread | |
| join() | Thread | |
| m_error_callback | ThreadQueue | protected |
| m_functions | ThreadQueue | protected |
| m_is_running | Thread | protected |
| m_is_single_run | Thread | protected |
| requestStopThread() | Thread | virtual |
| run() override | ThreadQueue | virtual |
| self() | Thread | protected |
| ServiceVirtualThreads() | Thread | static |
| SetCurrentThreadName(const String &name) | Thread | static |
| setIsPrimaryThread(bool is_primary_thread) | Thread | |
| setThreadName(const String &name) | Thread | |
| shouldExitThread() const | Thread | virtual |
| start() | Thread | |
| StopAllThreads() | Thread | static |
| stopThread() | Thread | virtual |
| sv_is_running | ThreadQueue | |
| Thread() | Thread | |
| Thread(const String &name) | Thread | |
| Thread(const Thread &name)=delete | Thread | |
| threadName() const | Thread | inline |
| ThreadQueue(const String &name) | ThreadQueue | explicit |
| ~Thread() | Thread | virtual |