| 109 | } |
| 110 | |
| 111 | bool BaseThread::IsJoinable() const |
| 112 | { |
| 113 | return !pthread_equal(m_handle, pthread_t()); |
| 114 | } |
| 115 | |
| 116 | // make sure execute before exit |
| 117 | void BaseThread::Cleanup(void* param) |
nothing calls this directly
no outgoing calls
no test coverage detected