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

Method IsJoinable

system/threading/base_thread.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111bool BaseThread::IsJoinable() const
112{
113 return !pthread_equal(m_handle, pthread_t());
114}
115
116// make sure execute before exit
117void BaseThread::Cleanup(void* param)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected