| 24 | } // namespace concurrencpp::details |
| 25 | |
| 26 | std::thread::id thread::get_id() const noexcept { |
| 27 | return m_thread.get_id(); |
| 28 | } |
| 29 | |
| 30 | std::uintptr_t thread::get_current_virtual_id() noexcept { |
| 31 | return s_tl_thread_per_data.id; |
nothing calls this directly
no outgoing calls
no test coverage detected