MCPcopy Create free account
hub / github.com/DBraun/DawDreamer / wait

Method wait

JuceLibraryCode/modules/juce_core/threads/juce_Thread.cpp:288–291  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

286
287//==============================================================================
288bool Thread::wait (double timeOutMilliseconds) const
289{
290 return defaultEvent.wait (timeOutMilliseconds);
291}
292
293void Thread::notify() const
294{

Callers 15

callOnMessageThreadFunction · 0.45
blockMethod · 0.45
waitForWorkMethod · 0.45
readSamplesMethod · 0.45
~CaptureSessionMethod · 0.45
closeMethod · 0.45
messageCallbackMethod · 0.45
tryAcquireMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected