MCPcopy Create free account
hub / github.com/Snapchat/Valdi / threadEntryPoint

Function threadEntryPoint

valdi_core/src/valdi_core/cpp/Threading/Thread.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void* threadEntryPoint(void* handle) {
82 Ref<Valdi::Thread> thread(reinterpret_cast<Valdi::Thread*>(handle));
83 thread->handler();
84 return nullptr;
85}
86
87constexpr size_t kDefaultThreadMinStackSize = 1024 * 1024;
88

Callers

nothing calls this directly

Calls 1

handlerMethod · 0.45

Tested by

no test coverage detected