| 10216 | } // namespace |
| 10217 | |
| 10218 | ThreadWithParamBase::ThreadWithParamBase(Runnable *runnable, |
| 10219 | Notification* thread_can_start) |
| 10220 | : thread_(ThreadWithParamSupport::CreateThread(runnable, |
| 10221 | thread_can_start)) { |
| 10222 | } |
| 10223 | |
| 10224 | ThreadWithParamBase::~ThreadWithParamBase() { |
| 10225 | Join(); |
nothing calls this directly
no outgoing calls
no test coverage detected