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

Method get_current_virtual_id

source/threads/thread.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30std::uintptr_t thread::get_current_virtual_id() noexcept {
31 return s_tl_thread_per_data.id;
32}
33
34bool thread::joinable() const noexcept {
35 return m_thread.joinable();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected