Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
wait_opts Struct Reference

Data Fields

enum pid_type wo_type
 
int wo_flags
 
struct pidwo_pid
 
struct siginfo __userwo_info
 
int __userwo_stat
 
struct rusage __userwo_rusage
 
wait_queue_t child_wait
 
int notask_error
 

Detailed Description

Definition at line 1049 of file exit.c.

Field Documentation

wait_queue_t child_wait

Definition at line 1058 of file exit.c.

int notask_error

Definition at line 1059 of file exit.c.

int wo_flags

Definition at line 1051 of file exit.c.

struct siginfo __user* wo_info

Definition at line 1054 of file exit.c.

struct pid* wo_pid

Definition at line 1052 of file exit.c.

struct rusage __user* wo_rusage

Definition at line 1056 of file exit.c.

int __user* wo_stat

Definition at line 1055 of file exit.c.

enum pid_type wo_type

Definition at line 1050 of file exit.c.


The documentation for this struct was generated from the following file: