| 28 | } |
| 29 | |
| 30 | std::uintptr_t thread::get_current_virtual_id() noexcept { |
| 31 | return s_tl_thread_per_data.id; |
| 32 | } |
| 33 | |
| 34 | bool thread::joinable() const noexcept { |
| 35 | return m_thread.joinable(); |
nothing calls this directly
no outgoing calls
no test coverage detected