MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / waitForThreadToQuit_not_main_thread

Method waitForThreadToQuit_not_main_thread

Engine/GenericSchedulerThread.cpp:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204bool
205GenericSchedulerThread::waitForThreadToQuit_not_main_thread()
206{
207 return _imp->waitForThreadsToQuit_internal(false);
208}
209
210bool
211GenericSchedulerThreadPrivate::waitForThreadsToQuit_internal(bool allowBlockingForMainThread)

Callers 2

handleBlockingTaskMethod · 0.80

Calls 1

Tested by

no test coverage detected