MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / entry

Method entry

Source/3rdParty/bx/src/thread.cpp:297–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 }
296
297 int32_t Thread::entry()
298 {
299#if BX_PLATFORM_WINDOWS
300 ThreadInternal* ti = (ThreadInternal*)m_internal;
301 ti->m_threadId = ::GetCurrentThreadId();
302#endif // BX_PLATFORM_WINDOWS
303
304 m_sem.post();
305 setThreadName(m_name);
306 int32_t result = m_fn(this, m_userData);
307 return result;
308 }
309
310 struct TlsDataInternal
311 {

Callers 15

SetupMethod · 0.80
SimplifyFunctionMethod · 0.80
IsReachableMethod · 0.80
ProcessMethod · 0.80
ProcessFunctionMethod · 0.80
ProcessFunctionMethod · 0.80
CreateSuccessorMapMethod · 0.80
InitializeWorklistMethod · 0.80
InitializeMethod · 0.80

Calls 1

postMethod · 0.65

Tested by

no test coverage detected