Solution46
|
継承メンバを含む LibCommon::CThread の全メンバ一覧です。
Close() noexcept override | LibCommon::CThread | virtual |
Create(LPTHREAD_START_ROUTINE pfnFunc, LPVOID lpParam) noexcept | LibCommon::CThread | virtual |
CSync() noexcept | LibCommon::CSync | explicit |
CThread() noexcept | LibCommon::CThread | explicit |
CThread(CThread const &)=delete | LibCommon::CThread | private |
GetExitCode() const noexcept | LibCommon::CThread | virtual |
GetHandle() const noexcept | LibCommon::CSync | inlinevirtual |
GetThreadId() const noexcept | LibCommon::CThread | inlinevirtual |
IsCreate() const noexcept | LibCommon::CSync | inlinevirtual |
Lock(DWORD dwTime=INFINITE) noexcept | LibCommon::CSync | virtual |
m_bIsCreate | LibCommon::CSync | protected |
m_dwThreadId | LibCommon::CThread | protected |
m_hObject | LibCommon::CSync | protected |
Open(DWORD dwThreadId, DWORD dwAccess=THREAD_ALL_ACCESS) noexcept | LibCommon::CThread | virtual |
operator=(CThread const &)=delete | LibCommon::CThread | private |
Release() noexcept override | LibCommon::CThread | virtual |
Resume() noexcept | LibCommon::CThread | virtual |
Suspend() noexcept | LibCommon::CThread | virtual |
Terminate(DWORD dwExitCode=0) noexcept | LibCommon::CThread | virtual |
Unlock() noexcept | LibCommon::CSync | virtual |
Wait(DWORD dwTime=INFINITE) noexcept | LibCommon::CSync | virtual |
~CSync() noexcept | LibCommon::CSync | virtual |
~CThread() noexcept | LibCommon::CThread | virtual |