MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / pthread_helper

Method pthread_helper

src/IOThread.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35};
36
37void *IOThread::pthread_helper(void *context) {
38 return ((IOThread *) context)->threadMain();
39};
40#else
41void IOThread::threadMain() {
42 terminated.store(false);

Callers

nothing calls this directly

Calls 1

threadMainMethod · 0.80

Tested by

no test coverage detected