View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

Namespaces | Typedefs | Functions
spawnprocess.h File Reference
#include <string>
#include <vector>
#include "export.h"
#include "sysdep.h"
Include dependency graph for spawnprocess.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  vistle
 

Typedefs

typedef long vistle::process_handle
 

Functions

process_handle vistle::spawn_process (const std::string &executable, const std::vector< std::string > args)
 
void vistle::replace_process (const std::string &executable, const std::vector< std::string > args)
 
bool vistle::kill_process (process_handle pid)
 
process_handle vistle::try_wait (int *status)
 
process_handle vistle::try_wait (process_handle pid0, int *status)
 
process_handle vistle::get_process_handle ()