| 10222 | } |
| 10223 | |
| 10224 | ThreadWithParamBase::~ThreadWithParamBase() { |
| 10225 | Join(); |
| 10226 | } |
| 10227 | |
| 10228 | void ThreadWithParamBase::Join() { |
| 10229 | GTEST_CHECK_(::WaitForSingleObject(thread_.Get(), INFINITE) == WAIT_OBJECT_0) |
nothing calls this directly
no outgoing calls
no test coverage detected