Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csound/csound
/ thrdRun
Method
thrdRun
include/plugin.h:281–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
279
class Thread {
280
void *thread;
281
static uintptr_t thrdRun(void *t) { return ((Thread *)t)->run(); }
282
virtual uintptr_t run() = 0;
283
284
protected:
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected