MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / setupChildProcess

Method setupChildProcess

MiniZincIDE/process.cpp:114–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112void Process::setpgid()
113#else
114void Process::setupChildProcess()
115#endif
116{
117#ifndef Q_OS_WIN
118 if (::setpgid(0,0)) {
119 std::cerr << "Error: Failed to create sub-process\n";
120 }
121#endif
122}
123
124#ifdef Q_OS_WIN
125void Process::attachJob()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected