Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ waitForThreadToQuit_enforce_blocking
Method
waitForThreadToQuit_enforce_blocking
Engine/GenericSchedulerThread.cpp:255–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
bool
256
GenericSchedulerThread::waitForThreadToQuit_enforce_blocking()
257
{
258
return _imp->waitForThreadsToQuit_internal(true);
259
}
260
261
void
262
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