Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
void Thread::Join()
79
{
80
if (m_thread.joinable())
81
m_thread.join();
82
}
83
84
IRoutine * Thread::GetRoutine()
85
{
Callers
5
WaitingStop
Method · 0.45
UNIT_TEST
Function · 0.45
UNIT_TEST
Function · 0.45
StopThread
Method · 0.45
GetAllRegions
Method · 0.45
Calls
2
joinable
Method · 0.80
join
Method · 0.45
Tested by
2
UNIT_TEST
Function · 0.36
UNIT_TEST
Function · 0.36