MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / threadEntryFunc

Method threadEntryFunc

src/base/Thread.h:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 private:
124
125 static void * threadEntryFunc(void *arg) {
126 (static_cast<Thread *>(arg))->threadEntryBase();
127 return nullptr;
128 }
129
130 void threadEntryBase();
131

Callers

nothing calls this directly

Calls 1

threadEntryBaseMethod · 0.45

Tested by

no test coverage detected