Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Update
Method · 0.80
World.cpp
File · 0.80
EntityList.cpp
File · 0.80
Calls
1
Id
Class · 0.85
Tested by
no test coverage detected