| 130 | } |
| 131 | |
| 132 | std::thread::id Thread::GetThreadId() const { |
| 133 | return std::this_thread::get_id(); |
| 134 | } |
| 135 | |
| 136 | void Thread::SignalValidSetup() { |
| 137 | std::unique_lock<std::mutex> lock(mutex_); |
nothing calls this directly
no outgoing calls
no test coverage detected