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

Method waitForThreadToQuit_enforce_blocking

Engine/GenericSchedulerThread.cpp:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250bool
251GenericSchedulerThread::waitForThreadToQuit_enforce_blocking()
252{
253 return _imp->waitForThreadsToQuit_internal(true);
254}
255
256void
257GenericSchedulerThread::onWatcherTaskAbortedEmitted()

Calls 1

Tested by

no test coverage detected