Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ isMainThreadWaiting
Function
isMainThreadWaiting
include/RemotePlugin.h:629–632 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
627
}
628
629
static bool isMainThreadWaiting()
630
{
631
return waitDepthCounter() > 0;
632
}
633
#endif
634
635
virtual bool processMessage( const message & _m ) = 0;
Callers
1
autoSave
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected