MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / IsExecutorThread

Method IsExecutorThread

CobaltFusion/Executor.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157bool Executor::IsExecutorThread() const
158{
159 return std::this_thread::get_id() == m_threadId;
160}
161
162bool Executor::IsIdle() const
163{

Callers 15

AddMessageMethod · 0.45
AddMethod · 0.45
InternalRemoveMethod · 0.45
GetSourcesMethod · 0.45
AbortMethod · 0.45
UpdateSourcesMethod · 0.45
GetLinesMethod · 0.45
AddDBWinReaderMethod · 0.45
AddTestSourceMethod · 0.45
AddProcessReaderMethod · 0.45
AddFileReaderMethod · 0.45
AddBinaryFileReaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected