MCPcopy 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

279class Thread {
280 void *thread;
281 static uintptr_t thrdRun(void *t) { return ((Thread *)t)->run(); }
282 virtual uintptr_t run() = 0;
283
284protected:

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected