MCPcopy Create free account
hub / github.com/csound/csound / run

Method run

interfaces/csPerfThread.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 CsPerfThreadMsg_Play(CsoundPerformanceThread *pt)
84 : CsoundPerformanceThreadMessage(pt) {}
85 int run()
86 {
87 SetPaused(0);
88 return 0;
89 }
90 ~CsPerfThreadMsg_Play() {}
91};
92

Callers 2

PerformMethod · 0.45
thrdRunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected