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

#include <thread.h>

Data Fields

union {
   struct rb_node   rb_node
 
   struct list_head   node
 
}; 
 
struct map_groups mg
 
pid_t pid
 
char shortname [3]
 
bool comm_set
 
charcomm
 
int comm_len
 
voidpriv
 
const char *const filename
 
size_t buf_size
 
ssize_t(* in )(struct thread *, void *, size_t)
 
const char *const in_name
 
ssize_t(* out )(struct thread *, const void *, size_t)
 
const char *const out_name
 
int fd
 
pthread_t id
 
voidbuf
 
ssize_t status
 

Detailed Description

Definition at line 8 of file thread.h.

Field Documentation

union { ... }

Definition at line 219 of file ffs-test.c.

size_t buf_size

Definition at line 209 of file ffs-test.c.

char* comm

Definition at line 17 of file thread.h.

int comm_len

Definition at line 18 of file thread.h.

bool comm_set

Definition at line 16 of file thread.h.

Definition at line 217 of file ffs-test.c.

Definition at line 208 of file ffs-test.c.

pthread_t id

Definition at line 218 of file ffs-test.c.

Definition at line 211 of file ffs-test.c.

const char* const in_name

Definition at line 212 of file ffs-test.c.

Definition at line 13 of file thread.h.

Definition at line 11 of file thread.h.

Definition at line 214 of file ffs-test.c.

const char* const out_name

Definition at line 215 of file ffs-test.c.

Definition at line 14 of file thread.h.

Definition at line 20 of file thread.h.

Definition at line 10 of file thread.h.

char shortname[3]

Definition at line 15 of file thread.h.

Definition at line 220 of file ffs-test.c.


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