Linux Kernel
3.7.1
|
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <sched.h>
#include <linux/limits.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <kern_util.h>
#include <os.h>
#include <um_malloc.h>
Go to the source code of this file.
Data Structures | |
struct | helper_data |
Functions | |
int | run_helper (void(*pre_exec)(void *), void *pre_data, char **argv) |
int | run_helper_thread (int(*proc)(void *), void *arg, unsigned int flags, unsigned long *stack_out) |
int | helper_wait (int pid) |