Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BobbyAnguelov/Esoterica
/ IsMainThread
Function
IsMainThread
Code/Base/Threading/Threading.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
//-------------------------------------------------------------------------
13
14
bool IsMainThread()
15
{
16
return g_mainThreadID == GetCurrentThreadID();
17
}
18
19
void Initialize( char const* pMainThreadName )
20
{
Callers
15
DestroyWorld
Method · 0.85
Update
Method · 0.85
Load
Method · 0.85
ProcessEntityRegistrationRequests
Method · 0.85
UpdateLoadingAndStateChanges
Method · 0.85
BeginComponentEdit
Method · 0.85
EndComponentEdit
Method · 0.85
HotReload_UnloadEntities
Method · 0.85
HotReload_ReloadEntities
Method · 0.85
RenderWorld
Method · 0.85
RenderWorld
Method · 0.85
RenderViewport
Method · 0.85
Calls
1
GetCurrentThreadID
Function · 0.85
Tested by
no test coverage detected