Searched refs:attached_process (Results 1 - 4 of 4) sorted by relevance
/lxc/src/lxc/ |
H A D | attach.h | 39 extern int lxc_attach(const char* name, const char* lxcpath, lxc_attach_exec_t exec_function, void* exec_payload, lxc_attach_options_t* options, pid_t* attached_process);
|
H A D | lxccontainer.h | 619 * \param[out] attached_process Process ID of process running inside 625 void *exec_payload, lxc_attach_options_t *options, pid_t *attached_process);
|
H A D | attach.c | 727 int lxc_attach(const char* name, const char* lxcpath, lxc_attach_exec_t exec_function, void* exec_payload, lxc_attach_options_t* options, pid_t* attached_process) argument 965 *attached_process = attached_pid;
|
H A D | lxccontainer.c | 3284 static int lxcapi_attach(struct lxc_container *c, lxc_attach_exec_t exec_function, void *exec_payload, lxc_attach_options_t *options, pid_t *attached_process) argument 3293 ret = lxc_attach(c->name, c->config_path, exec_function, exec_payload, options, attached_process);
|
Completed in 18 milliseconds