MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / ThreadCreate

Function ThreadCreate

system/lib/compiler-rt/lib/lsan/lsan_thread.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68u32 ThreadCreate(u32 parent_tid, bool detached, void *arg) {
69 return thread_registry->CreateThread(0, detached, parent_tid, arg);
70}
71
72void ThreadContextLsanBase::ThreadStart(u32 tid, tid_t os_id,
73 ThreadType thread_type, void *arg) {

Callers 5

ThreadStartFuncFunction · 0.85
InitializeMainThreadFunction · 0.85
InitializeMainThreadFunction · 0.85

Calls 1

CreateThreadMethod · 0.80

Tested by

no test coverage detected