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

Method waitForThreadToQuit_not_main_thread

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

Source from the content-addressed store, hash-verified

198}
199
200bool
201GenericSchedulerThread::waitForThreadToQuit_not_main_thread()
202{
203 return _imp->waitForThreadsToQuit_internal(false);
204}
205
206bool
207GenericSchedulerThreadPrivate::waitForThreadsToQuit_internal(bool allowBlockingForMainThread)

Callers 2

handleBlockingTaskMethod · 0.80

Calls 1

Tested by

no test coverage detected