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

Method Join

libs/base/thread.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void Thread::Join()
79{
80 if (m_thread.joinable())
81 m_thread.join();
82}
83
84IRoutine * Thread::GetRoutine()
85{

Callers 5

WaitingStopMethod · 0.45
UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45
StopThreadMethod · 0.45
GetAllRegionsMethod · 0.45

Calls 2

joinableMethod · 0.80
joinMethod · 0.45

Tested by 2

UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36