Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ IsJoinable
Method
IsJoinable
system/threading/thread.cpp:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
bool Thread::IsJoinable() const
137
{
138
return m_pimpl && m_pimpl->IsJoinable();
139
}
140
141
ThreadHandleType Thread::GetHandle() const
142
{
Callers
2
~ThreadGroup
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36