MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / ~ProcessInputChannel

Method ~ProcessInputChannel

Engine/ProcessHandler.cpp:292–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292ProcessInputChannel::~ProcessInputChannel()
293{
294 if ( isRunning() ) {
295 assert( !_mustQuitMutex.tryLock() );
296 assert(!_mustQuit);
297 _mustQuit = true;
298 while (_mustQuit) {
299 _mustQuitCond.wait(&_mustQuitMutex);
300 }
301 }
302
303 delete _backgroundIPCServer;
304 delete _backgroundOutputPipe;
305}
306
307void
308ProcessInputChannel::writeToOutputChannel(const QString & message)

Callers

nothing calls this directly

Calls 1

tryLockMethod · 0.45

Tested by

no test coverage detected