MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / GetId

Method GetId

src/Nazara/Core/Thread.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 */
70
71 Thread::Id Thread::GetId() const
72 {
73 return Thread::Id(m_impl);
74 }
75
76 /*!
77 * \brief Checks whether the thread can be joined

Callers 3

UpdateMethod · 0.80
World.cppFile · 0.80
EntityList.cppFile · 0.80

Calls 1

IdClass · 0.85

Tested by

no test coverage detected