MCPcopy Create free account
hub / github.com/comaps/comaps / GetRoutine

Method GetRoutine

libs/base/thread.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84IRoutine * Thread::GetRoutine()
85{
86 return m_routine.get();
87}
88
89void Sleep(size_t ms)
90{

Callers 3

StopThreadMethod · 0.80
CheckRenderingEnabledMethod · 0.80
CanReceiveMessagesMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected