|
CppCommon 1.0.5.0
C++ Common Library
|
This is the complete list of members for CppCommon::Thread, including all inherited members.
| CurrentThreadAffinity() noexcept | CppCommon::Thread | static |
| CurrentThreadId() noexcept | CppCommon::Thread | static |
| GetAffinity() | CppCommon::Thread | static |
| GetAffinity(std::thread &thread) | CppCommon::Thread | static |
| GetPriority() | CppCommon::Thread | static |
| GetPriority(std::thread &thread) | CppCommon::Thread | static |
| operator=(const Thread &)=delete | CppCommon::Thread | |
| operator=(Thread &&)=delete | CppCommon::Thread | |
| SetAffinity(const std::bitset< 64 > &affinity) | CppCommon::Thread | static |
| SetAffinity(std::thread &thread, const std::bitset< 64 > &affinity) | CppCommon::Thread | static |
| SetPriority(ThreadPriority priority) | CppCommon::Thread | static |
| SetPriority(std::thread &thread, ThreadPriority priority) | CppCommon::Thread | static |
| Sleep(int64_t milliseconds) noexcept | CppCommon::Thread | inlinestatic |
| SleepFor(const Timespan ×pan) noexcept | CppCommon::Thread | static |
| SleepUntil(const UtcTimestamp ×tamp) noexcept | CppCommon::Thread | inlinestatic |
| Start(Fn &&fn, Args &&... args) | CppCommon::Thread | inlinestatic |
| Thread()=delete | CppCommon::Thread | |
| Thread(const Thread &)=delete | CppCommon::Thread | |
| Thread(Thread &&)=delete | CppCommon::Thread | |
| Yield() noexcept | CppCommon::Thread | static |
| ~Thread()=delete | CppCommon::Thread |