Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ThreadProc
Function
ThreadProc
Source/Engine/Platform/Web/WebThread.h:72–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
pthread_t _thread;
71
72
static void* ThreadProc(void* pThis)
73
{
74
auto thread = (WebThread*)pThis;
75
const int32 exitCode = thread->Run();
76
return (void*)(uintptr)exitCode;
77
}
78
#else
79
// [ThreadBase]
80
void Join() override
Callers
nothing calls this directly
Calls
1
Run
Method · 0.45
Tested by
no test coverage detected