MCPcopy Create free account
hub / github.com/cinience/RedisStudio / isRunning

Method isRunning

RedisStudio/Base/Thread.cpp:120–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119
120bool Thread::isRunning() const
121{
122 if (_thread)
123 {
124 DWORD ec = 0;
125 return GetExitCodeThread(_thread, &ec) && ec == STILL_ACTIVE;
126 }
127 return false;
128}
129
130
131void Thread::threadCleanup()

Callers 11

RefreshWndMethod · 0.80
~ConnInfoUIMethod · 0.80
OnItemActiveMethod · 0.80
DoConnectMethod · 0.80
CanChangeMethod · 0.80
OnClickMethod · 0.80
OnItemDBClickMethod · 0.80
OnItemActiveForTreeMethod · 0.80
DoRefreshKeysWorkMethod · 0.80
DoRefreshValuesWorkMethod · 0.80
OnMenuClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected