MCPcopy 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
136bool Thread::IsJoinable() const
137{
138 return m_pimpl && m_pimpl->IsJoinable();
139}
140
141ThreadHandleType Thread::GetHandle() const
142{

Callers 2

~ThreadGroupMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36