| 38 | thread_local uint64_t ThreadTestFixture::Impl::currentThreadId = 0; |
| 39 | |
| 40 | ThreadTestFixture::ThreadTestFixture() : TestFixture() |
| 41 | { |
| 42 | } |
| 43 | |
| 44 | ThreadTestFixture::~ThreadTestFixture() |
| 45 | { |
nothing calls this directly
no outgoing calls
no test coverage detected