Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
void *IOThread::pthread_helper(void *context) {
38
return ((IOThread *) context)->threadMain();
39
};
40
#else
41
void IOThread::threadMain() {
42
terminated.store(false);
Callers
nothing calls this directly
Calls
1
threadMain
Method · 0.80
Tested by
no test coverage detected