Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
875
PUBLIK int CsoundPTjoin(Cpt pt)
876
{
877
CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt;
878
return cpt->Join();
879
}
880
881
PUBLIK void CsoundPTflushMessageQueue(Cpt pt)
882
{
Callers
nothing calls this directly
Calls
1
Join
Method · 0.80
Tested by
no test coverage detected