24namespace MultiProcess {
41 std::cout <<
"Had to send PID " <<
child_pid <<
" " << (-
patience + 1) <<
" SIGKILLs";
59 throw std::runtime_error(std::string(
"waitpid, errno ") + std::to_string(
errno));
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Waits for input on a set of registered Channels.
Thrown when a blocking wait on a Channel is interrupted, e.g.
int wait_for_child(pid_t child_pid, bool may_throw, int retries_before_killing)
std::tuple< std::vector< std::size_t >, bool > careful_poll(Poller &poller)
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...