| 16 | |
| 17 | |
| 18 | BaseThread::BaseThread(): |
| 19 | m_handle(), |
| 20 | m_id(-1), |
| 21 | m_is_alive(false) |
| 22 | { |
| 23 | } |
| 24 | |
| 25 | BaseThread::BaseThread(const ThreadAttributes& attributes) : |
| 26 | m_attributes(attributes), |
nothing calls this directly
no outgoing calls
no test coverage detected