Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOUI2/soui
/ IsRunning
Method
IsRunning
demo/ThreadObject.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
BOOL CThreadObject::IsRunning() const
61
{
62
return WaitForSingleObject(m_evtStart, 0) == WAIT_OBJECT_0;
63
}
64
65
BOOL CThreadObject::IsStoped() const
66
{
Callers
1
SetMsgLoopFactory
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected