MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / get_id

Method get_id

source/threads/thread.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24} // namespace concurrencpp::details
25
26std::thread::id thread::get_id() const noexcept {
27 return m_thread.get_id();
28}
29
30std::uintptr_t thread::get_current_virtual_id() noexcept {
31 return s_tl_thread_per_data.id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected