Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
util.h File Reference
#include "RooFit_ZMQ/ppoll.h"
#include "RooFit_ZMQ/ZeroMQPoller.h"
#include <unistd.h>
Include dependency graph for util.h:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  RooFit
 The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments).
 
namespace  RooFit::MultiProcess
 

Enumerations

enum class  RooFit::MultiProcess::zmq_ppoll_error_response { RooFit::MultiProcess::abort , RooFit::MultiProcess::unknown_eintr , RooFit::MultiProcess::retry }
 

Functions

std::tuple< std::vector< std::pair< size_t, zmq::event_flags > >, boolRooFit::MultiProcess::careful_ppoll (ZeroMQPoller &poller, const sigset_t &ppoll_sigmask, std::size_t max_tries=2)
 
zmq_ppoll_error_response RooFit::MultiProcess::handle_zmq_ppoll_error (ZMQ::ppoll_error_t &e)
 
int RooFit::MultiProcess::wait_for_child (pid_t child_pid, bool may_throw, int retries_before_killing)