Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
bool
251
GenericSchedulerThread::waitForThreadToQuit_enforce_blocking()
252
{
253
return _imp->waitForThreadsToQuit_internal(true);
254
}
255
256
void
257
GenericSchedulerThread::onWatcherTaskAbortedEmitted()
Callers
3
quitTrackerThread_blocking
Method · 0.80
waitForEngineToQuit_enforce_blocking
Method · 0.80
onWaitForThreadToQuit
Method · 0.80
Calls
1
waitForThreadsToQuit_internal
Method · 0.80
Tested by
no test coverage detected