MCPcopy Create free account
hub / github.com/chen3feng/toft / IsAlive

Method IsAlive

system/threading/base_thread.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106bool BaseThread::IsAlive() const
107{
108 return m_is_alive;
109}
110
111bool BaseThread::IsJoinable() const
112{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected