Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csound/csound
/ CsoundPTflushMessageQueue
Function
CsoundPTflushMessageQueue
interfaces/csPerfThread.cpp:881–885 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
879
}
880
881
PUBLIK void CsoundPTflushMessageQueue(Cpt pt)
882
{
883
CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt;
884
cpt->FlushMessageQueue();
885
}
886
887
} // extern
"C"
888
Callers
nothing calls this directly
Calls
1
FlushMessageQueue
Method · 0.80
Tested by
no test coverage detected