exec.cc File Reference

#include "config.h"
#include <iostream>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <signal.h>
#include <sys/select.h>
#include <sys/time.h>
#include <cerrno>
#include "asserts.h"
#include "error.h"
#include "fs.h"
#include "exec.h"
Include dependency graph for exec.cc:

Go to the source code of this file.

Functions

static void _signal_handler (int signo)
 Generic signal handler.
std::ostream & operator<< (std::ostream &out, execute &exe)
 Convenience function to call execute::print().

Function Documentation

static void _signal_handler ( int  signo  )  [static]

Generic signal handler.

Definition at line 66 of file exec.cc.

References ERROR.

Referenced by execute::fork().

std::ostream& operator<< ( std::ostream &  out,
execute exe 
)

Convenience function to call execute::print().

Definition at line 664 of file exec.cc.

References execute::print().

Here is the call graph for this function:

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Thu Sep 30 14:08:02 2010 for rvm by  doxygen 1.6.1