MCPcopy Create free account
hub / github.com/deskflow/deskflow / getResult

Method getResult

src/lib/mt/Thread.cpp:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void *Thread::getResult() const
94{
95 if (wait())
96 return ARCH->getResultOfThread(m_thread);
97 else
98 return nullptr;
99}
100
101IArchMultithread::ThreadID Thread::getID() const
102{

Callers

nothing calls this directly

Calls 1

getResultOfThreadMethod · 0.45

Tested by

no test coverage detected