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

Function CsoundPTjoin

interfaces/csPerfThread.cpp:875–879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

873}
874
875PUBLIK int CsoundPTjoin(Cpt pt)
876{
877 CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt;
878 return cpt->Join();
879}
880
881PUBLIK void CsoundPTflushMessageQueue(Cpt pt)
882{

Callers

nothing calls this directly

Calls 1

JoinMethod · 0.80

Tested by

no test coverage detected