Base Framework
|
This is the complete list of members for Thread, including all inherited members.
ALIVE enum value | Thread | |
CANCEL enum value | Thread | |
EXCEPTION enum value | Thread | |
EXIT enum value | Thread | |
exit() noexcept | Thread | static |
FIFO enum value | Thread | |
getIdentifier() noexcept | Thread | static |
getLocalContext() noexcept | Thread | static |
getNamedPriority(Priority priority) noexcept | Thread | static |
getParent() const noexcept | Thread | inline |
getPerformanceCounters() noexcept | Thread | static |
getPriority() | Thread | static |
getRunnable() noexcept | Thread | inlineprotected |
getState() const noexcept | Thread | inline |
getThread() noexcept | Thread | static |
getThreadId() const noexcept | Thread | inline |
getThreadName() noexcept | Thread | static |
getThreadSimpleId() noexcept | Thread | static |
getTimes() noexcept | Thread | static |
HIGHEST_PRIORITY enum value | Thread | |
HIGHEST_REALTIME_PRIORITY enum value | Thread | |
Identifier typedef | Thread | |
INHERITED enum value | Thread | |
INTERNAL enum value | Thread | |
isAlive() const noexcept | Thread | |
isAncestor() const noexcept | Thread | |
isChild() const noexcept | Thread | |
isMainThread() const noexcept | Thread | inline |
isParent() const noexcept | Thread | |
isSelf() const noexcept | Thread | |
isStandalone() noexcept | Thread | static |
isTerminated() const noexcept | Thread | inline |
Runnable::isTerminated() noexcept | Runnable | inline |
join() const | Thread | |
LOWEST_PRIORITY enum value | Thread | |
microsleep(unsigned int microseconds) | Thread | static |
millisleep(unsigned int milliseconds) | Thread | static |
nanosleep(unsigned int nanoseconds) | Thread | static |
NORMAL_PRIORITY enum value | Thread | |
NOTSTARTED enum value | Thread | |
onChild(Thread *child) noexcept | Runnable | inlinevirtual |
onChildTermination(Thread *child) | Thread | protected |
onTermination() noexcept | Runnable | inlinevirtual |
OTHER enum value | Thread | |
Priority enum name | Thread | |
REALTIME enum value | Thread | |
run() | Thread | virtual |
Runnable() noexcept | Runnable | inline |
SchedulingPolicy enum name | Thread | |
setThreadName(const char *name) | Thread | static |
sleep(unsigned int seconds) | Thread | static |
start() | Thread | |
STARTING enum value | Thread | |
State enum name | Thread | |
SUPPORTS_THREADING (defined in Thread) | Thread | static |
terminate() noexcept | Thread | |
TERMINATED enum value | Thread | |
Thread() | Thread | |
Thread(Runnable *runnable) | Thread | |
THREAD_LOCAL_STORAGE | Thread | static |
yield() noexcept | Thread | static |
~Runnable() | Runnable | inlinevirtual |
~Thread() | Thread |