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 () |