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

Method wait

src/core/MixerWorkerThread.cpp:94–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93
94void MixerWorkerThread::JobQueue::wait()
95{
96 while( (int) m_itemsDone < (int) m_writeIndex )
97 {
98#if defined(LMMS_HOST_X86) || defined(LMMS_HOST_X86_64)
99 asm( "pause" );
100#endif
101 }
102}
103
104
105

Callers 9

startAndWaitForJobsMethod · 0.45
runMethod · 0.45
~RemotePluginMethod · 0.45
initMethod · 0.45
~MixerMethod · 0.45
stopProcessingMethod · 0.45
requestChangeInModelMethod · 0.45
runChangesInModelMethod · 0.45
stopProcessingThreadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected