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

Function lock

include/RemotePlugin.h:843–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841 }
842
843 inline void lock()
844 {
845 m_commMutex.lock();
846 }
847
848 inline void unlock()
849 {

Callers 6

messagesLeftMethod · 0.70
readMethod · 0.70
writeMethod · 0.70
updateSampleRateFunction · 0.70
toggleUIFunction · 0.70
isUIVisibleFunction · 0.70

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected