Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetID
Function
GetID
Source/Engine/Platform/Base/ThreadBase.h:63–66 ·
view source on GitHub ↗
Gets thread ID
Source
from the content-addressed store, hash-verified
61
/// Gets thread ID
62
/// </summary>
63
FORCE_INLINE uint64 GetID() const
64
{
65
return _id;
66
}
67
68
/// <summary>
69
/// Gets thread running state.
Callers
15
load
Method · 0.85
SaveSurface
Method · 0.85
Kill
Method · 0.85
operator==
Method · 0.85
operator!=
Method · 0.85
saveInternal
Method · 0.85
loadAsset
Method · 0.85
OnStorageReloaded
Method · 0.85
ToString
Method · 0.85
OnDeleteObject
Method · 0.85
onLoad
Method · 0.85
load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected