process handling routines More...
Go to the source code of this file.
Namespaces | |
lxcpp | |
Functions | |
pid_t | lxcpp::fork () |
pid_t | lxcpp::clone (int(*function)(void *), void *args, const int flags) |
void | lxcpp::setns (const pid_t pid, int requestedNamespaces) |
int | lxcpp::waitpid (const pid_t pid) |
void | lxcpp::unshare (const int ns) |
void | lxcpp::execve (const std::vector< std::string > &argv) |
process handling routines