MCPcopy 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

loadMethod · 0.85
SaveSurfaceMethod · 0.85
KillMethod · 0.85
operator==Method · 0.85
operator!=Method · 0.85
saveInternalMethod · 0.85
loadAssetMethod · 0.85
OnStorageReloadedMethod · 0.85
ToStringMethod · 0.85
OnDeleteObjectMethod · 0.85
onLoadMethod · 0.85
loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected