MCPcopy Create free account
hub / github.com/LMMS/lmms / waitForMessage

Method waitForMessage

include/RemotePlugin.h:253–259  ·  view source on GitHub ↗

wait until message-semaphore is available

Source from the content-addressed store, hash-verified

251
252 // wait until message-semaphore is available
253 inline void waitForMessage()
254 {
255 if( !isInvalid() )
256 {
257 m_messageSem.acquire();
258 }
259 }
260
261 // increase message-semaphore
262 inline void messageSent()

Callers

nothing calls this directly

Calls 2

isInvalidFunction · 0.85
acquireMethod · 0.45

Tested by

no test coverage detected